mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Mark thread as read when viewed
This commit is contained in:
@@ -6479,7 +6479,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
}
|
||||
}
|
||||
|
||||
- (NSString *)threadListBadgeTextFor:(NSInteger)numberOfThreads
|
||||
- (NSString *)threadListBadgeTextFor:(NSUInteger)numberOfThreads
|
||||
{
|
||||
if (numberOfThreads < 100)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user