added GPS feature
This commit is contained in:
@ -255,7 +255,7 @@ class IndexController extends GetxController {
|
||||
}
|
||||
|
||||
void changeUser(Map<String, dynamic> value, {bool replace = true}) {
|
||||
////print("---- change user to $value -----");
|
||||
//print("---- change user to $value -----");
|
||||
currentUser.clear();
|
||||
currentUser.add(value);
|
||||
if (replace) {
|
||||
|
||||
Reference in New Issue
Block a user