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

Commit bbbef4a4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

mail: default unified mail inbox

parent 53be835a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ object K9 : KoinComponent {
    var isUseVolumeKeysForNavigation = false

    @JvmStatic
    var isShowUnifiedInbox = false
    var isShowUnifiedInbox = true

    @JvmStatic
    var isShowStarredCount = false
@@ -331,7 +331,7 @@ object K9 : KoinComponent {
        isSensitiveDebugLoggingEnabled = storage.getBoolean("enableSensitiveLogging", false)
        isShowAnimations = storage.getBoolean("animations", true)
        isUseVolumeKeysForNavigation = storage.getBoolean("useVolumeKeysForNavigation", false)
        isShowUnifiedInbox = storage.getBoolean("showUnifiedInbox", false)
        isShowUnifiedInbox = storage.getBoolean("showUnifiedInbox", true)
        isShowStarredCount = storage.getBoolean("showStarredCount", false)
        isMessageListSenderAboveSubject = storage.getBoolean("messageListSenderAboveSubject", true)
        isShowMessageListStars = storage.getBoolean("messageListStars", true)