Skip to content

Commit edea76b

Browse files
committed
Fix App Store specific code
1 parent a58ea2a commit edea76b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/App/Classes/Preferences/Themes/TPCThemeController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ - (nullable TPCTheme *)themeAtURL:(NSURL *)url withFilename:(NSString *)name sto
330330

331331
#if TEXTUAL_BUILT_WITH_ICLOUD_SUPPORT == 1
332332
if ([RZFileManager() isUbiquitousItemAtURLDownloaded:url] == NO) {
333-
return NO;
333+
return nil;
334334
}
335335
#endif
336336

Sources/App/Classes/Preferences/iCloud/TPCPreferencesCloudSync.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ - (void)setupUbiquitousContainerPath
180180
LogToConsoleInfo("iCloud access is not available.");
181181
}
182182

183-
[themeController() reloadMonitoringActiveThemePath];
183+
[themeController() reloadThemeMonitoring];
184184
});
185185
}
186186

0 commit comments

Comments
 (0)