mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-25 20:50:47 +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 {
|
- (void)fetchMessageUpdates {
|
||||||
if ([_feedbackList count] == 0) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user