25-1/29/1
This commit is contained in:
@@ -320,10 +320,10 @@ class LoginPage extends StatelessWidget {
|
||||
onPressed: () async => await controller.getLocationPermission(),
|
||||
child: Text('Allow Location Access'.tr),
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () => openAppSettings(),
|
||||
child: Text('Open Settings'.tr),
|
||||
),
|
||||
// TextButton(
|
||||
// onPressed: () => openAppSettings(),
|
||||
// child: Text('Open Settings'.tr),
|
||||
// ),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user