mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix more warnings
This commit is contained in:
@@ -121,7 +121,7 @@ static bool TGProgressWindowIsLight = true;
|
||||
[self dismiss:animated completion:nil];
|
||||
}
|
||||
|
||||
- (void)dismiss:(bool)animated completion:(void (^)())completion
|
||||
- (void)dismiss:(bool)animated completion:(void (^)(void))completion
|
||||
{
|
||||
TGProgressWindow *window = (TGProgressWindow *)_weakWindow;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user