Skip to content

Commit

Permalink
allow follow system settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kidozh committed Jan 4, 2022
1 parent d1b6326 commit 4e4901f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/MainApp.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MyApp extends StatelessWidget {
case "android": return TargetPlatform.android;
case "ios": return TargetPlatform.iOS;
}
return TargetPlatform.android;
return null;
}

@override
Expand Down

0 comments on commit 4e4901f

Please sign in to comment.