Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
1 deletions
-
app/src/main/java/awais/instagrabber/managers/InboxManager.kt
|
|
@ -117,7 +117,7 @@ class InboxManager private constructor(private val pending: Boolean) { |
|
|
|
val threads = it.threads |
|
|
|
val threadsCopy = if (threads == null) LinkedList() else LinkedList(threads) |
|
|
|
threadsCopy.addAll(inbox.threads ?: emptyList()) |
|
|
|
inbox.threads = threads |
|
|
|
inbox.threads = threadsCopy |
|
|
|
} |
|
|
|
} |
|
|
|
this.inbox.postValue(success(inbox)) |
|
|
|