mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
ChatTester.m: add some delay after accepting System notification for photos access so that next view appears
This commit is contained in:
parent
ef4c586c0d
commit
7c937c96cb
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@
|
|||
if ([ALAssetsLibrary authorizationStatus] == ALAuthorizationStatusNotDetermined) {
|
||||
#if TARGET_IPHONE_SIMULATOR
|
||||
[tester acknowledgeSystemAlert];
|
||||
[tester waitForTimeInterval:1];
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue