We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb43f3 commit 2cc4e10Copy full SHA for 2cc4e10
app/src/main/java/com/owncloud/android/ui/activity/InternalTwoWaySyncActivity.kt
@@ -207,7 +207,9 @@ class InternalTwoWaySyncActivity :
207
fileDataStorageManager.getInternalTwoWaySyncFolders(user.get()).size
208
}
209
210
- checkDisableForAllFoldersMenuButtonVisibility(preferences.isTwoWaySyncEnabled, folderSize)
+ launch(Dispatchers.Main) {
211
+ checkDisableForAllFoldersMenuButtonVisibility(preferences.isTwoWaySyncEnabled, folderSize)
212
+ }
213
214
215
0 commit comments