Merge branch 'location' into 'development'

Fix error happen in information_page

See merge request Cloud_Solution/driver-app!108
updates_new
Elham 5 years ago
commit 27ad35a4ef

@ -44,7 +44,8 @@ class _DashboardScreenState extends State<DashboardScreen> {
@override
void initState() {
super.initState();
Utils.getLocationPermission();
// TODO return it
// Utils.getLocationPermission();
}
@override

Loading…
Cancel
Save