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(
children: <Widget>[
body,
if (Platform.isIOS)
if (!Platform.isAndroid)
SafeArea(
child: InkWell(
child: Container(