mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +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
|
||||
while (parentViewController.modalViewController) {
|
||||
parentViewController = parentViewController.modalViewController;
|
||||
while (parentViewController.presentedViewController) {
|
||||
parentViewController = parentViewController.presentedViewController;
|
||||
}
|
||||
|
||||
// special addition to get rootViewController from three20 which has it's own controller handling
|
||||
|
Loading…
x
Reference in New Issue
Block a user