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

Commit bd342be0 authored by cketti's avatar cketti
Browse files

Fix possible NullPointerException in K9Drawer

parent 890b1a02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ class K9Drawer(private val parent: MessageList, savedInstanceState: Bundle?) : K

            val accountItem = ProfileDrawerItem().apply {
                isNameShown = true
                nameText = account.description
                nameText = account.description ?: ""
                descriptionText = account.email
                identifier = drawerId
                tag = account