Skip to content

Commit

Permalink
Fix badge while being in buffer list #3
Browse files Browse the repository at this point in the history
  • Loading branch information
guruz committed Apr 18, 2020
1 parent f1ee3b9 commit dad6693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quassel-for-ios/quassel-for-ios/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,10 @@ - (void) quasselMessageReceived:(Message*)msg received:(enum ReceiveStyle)style
}
[self updateAppBadge];
} else if ([self bufferListViewController]) {
// Happens on iPod only
// Happens on iPhone while being in buffer list
BufferListViewController* blVc = [self bufferListViewController];
[blVc reloadRowForBufferId:msg.bufferInfo.bufferId];
[self updateAppBadge];
}
}

Expand Down

0 comments on commit dad6693

Please sign in to comment.