http client class safeApiCall error state handle
This commit is contained in:
@@ -36,10 +36,10 @@ class _CustomDrawerState extends State<CustomDrawer> {
|
||||
Center(
|
||||
child: GestureDetector(
|
||||
onTap: () {
|
||||
drawerController.selectedIndex.value = -1;
|
||||
Navigator.pop(context);
|
||||
Navigator.pushNamed(
|
||||
context, CustomRouteNames.kViewProfileScreenRoute);
|
||||
// drawerController.selectedIndex.value = -1;
|
||||
// Navigator.pop(context);
|
||||
// Navigator.pushNamed(
|
||||
// context, CustomRouteNames.kViewProfileScreenRoute);
|
||||
},
|
||||
child: Obx(() {
|
||||
return MyCircleImage(
|
||||
|
||||
Reference in New Issue
Block a user