Explorar o código

fixes ios debug info tile only shown in iOS (#1951)

martyfuhry %!s(int64=2) %!d(string=hai) anos
pai
achega
1f631eafce

+ 1 - 1
mobile/lib/modules/backup/views/backup_controller_page.dart

@@ -392,7 +392,7 @@ class BackupControllerPage extends HookConsumerWidget {
                 return Container();
                 return Container();
               },
               },
             ),
             ),
-          if (isBackgroundEnabled && settings != null)
+          if (Platform.isIOS && isBackgroundEnabled && settings != null)
             IosDebugInfoTile(
             IosDebugInfoTile(
               settings: settings,
               settings: settings,
           ),
           ),