Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 287dd495 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix 3.8 migration

parent c9de1a61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ class QkRealmMigration @Inject constructor(
            realm.where("Conversation").findAll().forEach { conversation ->
                val pref = prefs.theme(conversation.getLong("id"))
                if (pref.isSet) {
                    conversation.getList("Recipient").forEach { recipient ->
                    conversation.getList("recipients").forEach { recipient ->
                        recipients[recipient.getLong("id")] = pref.get()
                    }