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

Commit 4c48cfd2 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

1077-Set_show_floating_compose_button_to_false_by_default

parent 85acf7c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ object K9 : EarlyInit {

    @get:Synchronized
    @set:Synchronized
    var isShowComposeButtonOnMessageList = true
    var isShowComposeButtonOnMessageList = false

    @get:Synchronized
    @set:Synchronized
@@ -369,7 +369,7 @@ object K9 : EarlyInit {
        splitViewMode = storage.getEnum("splitViewMode", SplitViewMode.NEVER)

        isUseBackgroundAsUnreadIndicator = storage.getBoolean("useBackgroundAsUnreadIndicator", true)
        isShowComposeButtonOnMessageList = storage.getBoolean("showComposeButtonOnMessageList", true)
        isShowComposeButtonOnMessageList = storage.getBoolean("showComposeButtonOnMessageList", false)
        isThreadedViewEnabled = storage.getBoolean("threadedView", true)
        fontSizes.load(storage)