mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 15:59:29 +00:00
Fix for bug #1457
Monotone-Parent: ae854e507775b3fdae95a26349d47bfe9fc5272e Monotone-Revision: 6ad817abd0c038e9c0fd0d18eb1cdcbca563a507 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2011-10-17T17:14:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -125,7 +125,8 @@
|
||||
|
||||
- (BOOL) isIPhone
|
||||
{
|
||||
return [self isAppleDAVWithSubstring: @"iPhone/"];
|
||||
return [self isAppleDAVWithSubstring: @"iPhone/"]
|
||||
|| [self isAppleDAVWithSubstring: @"iOS/"];
|
||||
}
|
||||
|
||||
- (BOOL) isICal
|
||||
|
||||
Reference in New Issue
Block a user