We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c208db9 commit 7f2689bCopy full SHA for 7f2689b
1 file changed
lib/widget/receive_page.dart
@@ -62,7 +62,7 @@ class _ReceivePageState extends State<ReceivePage>
62
}
63
64
// 権限の確認
65
- if (Platform.isIOS && Platform.isAndroid) {
+ if (Platform.isIOS || Platform.isAndroid) {
66
if (await Permission.camera.request().isGranted) {
67
popQRScreen();
68
} else {
0 commit comments