mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 11:41:13 +00:00
Fix iOS6 reloading activity with no messages present to never stop
This commit is contained in:
parent
36be3708f2
commit
f34d458d95
@ -660,6 +660,9 @@
|
||||
|
||||
- (void)fetchMessageUpdates {
|
||||
if ([_feedbackList count] == 0) {
|
||||
// inform the UI to update its data in case the list is already showing
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:BITHockeyFeedbackMessagesLoadingFinished object:nil];
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user