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

This commit is contained in:
martyfuhry
2023-03-05 14:50:03 -05:00
committed by GitHub
parent 6f605d4a35
commit 1f631eafce

View File

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