From 85fc5ac24d88c594823a8b21cd50bc413896a357 Mon Sep 17 00:00:00 2001
From: Vishesh Handa <me@vhanda.in>
Date: Sat, 19 Jun 2021 01:00:30 +0200
Subject: [PATCH] SetupScreens: Show the back button

Only Android has their own back button
---
 lib/setup/screens.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/setup/screens.dart b/lib/setup/screens.dart
index 360af40a..d992c31a 100644
--- a/lib/setup/screens.dart
+++ b/lib/setup/screens.dart
@@ -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(