Commit 9602885e by zhangchengbo

fix:移除废弃方法

parent cfe2c35c
...@@ -822,14 +822,6 @@ fun Context.markThreadMessagesUnread(threadId: Long) { ...@@ -822,14 +822,6 @@ fun Context.markThreadMessagesUnread(threadId: Long) {
} }
} }
fun Context.updateUnreadCountBadge(conversations: List<Conversation>) {
/*val unreadCount = conversations.count { !it.read }
if (unreadCount == 0) {
ShortcutBadger.removeCount(this)
} else {
ShortcutBadger.applyCount(this, unreadCount)
}*/
}
@SuppressLint("NewApi") @SuppressLint("NewApi")
fun Context.getThreadId(address: String): Long { fun Context.getThreadId(address: String): Long {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment