mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 08:36:50 +08:00
SetupScreens: Show the back button
Only Android has their own back button
This commit is contained in:
@ -392,7 +392,7 @@ class GitHostSetupScreenState extends State<GitHostSetupScreen> {
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
body,
|
||||
if (Platform.isIOS)
|
||||
if (!Platform.isAndroid)
|
||||
SafeArea(
|
||||
child: InkWell(
|
||||
child: Container(
|
||||
|
Reference in New Issue
Block a user