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