4/1/2
This commit is contained in:
@@ -19,7 +19,9 @@ class SettingController extends GetxController {
|
||||
|
||||
@override
|
||||
void onInit() {
|
||||
isGoogleMapsEnabled = box.read(BoxName.googlaMapApp);
|
||||
if (box.read(BoxName.googlaMapApp) != null) {
|
||||
isGoogleMapsEnabled = box.read(BoxName.googlaMapApp);
|
||||
}
|
||||
update();
|
||||
super.onInit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user