mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Merge branch 'refs/heads/develop-public' into develop
This commit is contained in:
commit
2392e0d169
@ -166,8 +166,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// use topmost modal view
|
// use topmost modal view
|
||||||
while (parentViewController.modalViewController) {
|
while (parentViewController.presentedViewController) {
|
||||||
parentViewController = parentViewController.modalViewController;
|
parentViewController = parentViewController.presentedViewController;
|
||||||
}
|
}
|
||||||
|
|
||||||
// special addition to get rootViewController from three20 which has it's own controller handling
|
// special addition to get rootViewController from three20 which has it's own controller handling
|
||||||
|
Loading…
x
Reference in New Issue
Block a user