mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-30 03:19:11 +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(
|
body: Stack(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
body,
|
body,
|
||||||
if (Platform.isIOS)
|
if (!Platform.isAndroid)
|
||||||
SafeArea(
|
SafeArea(
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
child: Container(
|
child: Container(
|
||||||
|
Reference in New Issue
Block a user