update ok button on permission
This commit is contained in:
@ -164,8 +164,8 @@ class _PermissionHandlerScreenState extends State<PermissionHandlerScreen> {
|
||||
),
|
||||
),
|
||||
actions: <Widget>[
|
||||
TextButton(
|
||||
child: const Text('わかった'),
|
||||
ElevatedButton(
|
||||
child: const Text('OK'),
|
||||
onPressed: () {
|
||||
requestPermission();
|
||||
//permissionServiceCall();
|
||||
|
||||
Reference in New Issue
Block a user