|
@@ -245,7 +245,7 @@ As permissions are not handled in the same way on iOS and Android, this library
|
245
|
245
|
┃ request(PERMISSIONS.IOS.CAMERA) ┃
|
246
|
246
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
247
|
247
|
│
|
248
|
|
- Does the user accepted
|
|
248
|
+ Does the user accept
|
249
|
249
|
the request ?
|
250
|
250
|
│ ╔════╗
|
251
|
251
|
├───────────║ NO ║──────────────┐
|
|
@@ -295,9 +295,9 @@ As permissions are not handled in the same way on iOS and Android, this library
|
295
|
295
|
┃ request(PERMISSIONS.ANDROID.CAMERA) ┃ ║ NO ║
|
296
|
296
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ╚════╝
|
297
|
297
|
│ │
|
298
|
|
- Does the user accepted │
|
|
298
|
+ Does the user accept │
|
299
|
299
|
the request ? │
|
300
|
|
- │ ╔════╗ Does the user checked
|
|
300
|
+ │ ╔════╗ Does the user check
|
301
|
301
|
├───────────║ NO ║─────"Never ask again" ?
|
302
|
302
|
│ ╚════╝ │
|
303
|
303
|
╔═════╗ ╔═════╗
|