SetupScreens: Show the back button

Only Android has their own back button
This commit is contained in:
Vishesh Handa
2021-06-19 01:00:30 +02:00
parent 17c9413efb
commit 85fc5ac24d

View File

@ -392,7 +392,7 @@ class GitHostSetupScreenState extends State<GitHostSetupScreen> {
body: Stack( body: Stack(
children: <Widget>[ children: <Widget>[
body, body,
if (Platform.isIOS) if (!Platform.isAndroid)
SafeArea( SafeArea(
child: InkWell( child: InkWell(
child: Container( child: Container(