Skip to content

Commit

Permalink
UI optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
ketanchoyal committed Sep 25, 2019
1 parent b0155fa commit e80eba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Core/Services/UrlHelper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class UrlHelper {
await SharedPreferences.getInstance();

return _sharedPreferences.getString(_serverUrl) ??
'http://7755efc4.ngrok.io/requestjson';
'http://99ff9d16.ngrok.io/requestjson';
}
}
1 change: 1 addition & 0 deletions lib/UI/Pages/HomePage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class _HomePageState extends State<HomePage>
MediaQuery.of(context).size.width * 0.40;

return Scaffold(
resizeToAvoidBottomInset: false,
body: SafeArea(
bottom: false,
child: Stack(
Expand Down

0 comments on commit e80eba5

Please sign in to comment.