Mark thread as read when viewed

This commit is contained in:
ismailgulek
2021-12-02 16:57:41 +03:00
parent 107bb8f13c
commit c48c3a8fe7
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -6479,7 +6479,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
}
}
- (NSString *)threadListBadgeTextFor:(NSInteger)numberOfThreads
- (NSString *)threadListBadgeTextFor:(NSUInteger)numberOfThreads
{
if (numberOfThreads < 100)
{