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

Commit c0b2f619 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Set the default MMS size back to 300kb

parent ccefa088
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -110,7 +110,7 @@ class Preferences @Inject constructor(
    val unicode = rxPrefs.getBoolean("unicode", false)
    val unicode = rxPrefs.getBoolean("unicode", false)
    val mobileOnly = rxPrefs.getBoolean("mobileOnly", false)
    val mobileOnly = rxPrefs.getBoolean("mobileOnly", false)
    val longAsMms = rxPrefs.getBoolean("longAsMms", false)
    val longAsMms = rxPrefs.getBoolean("longAsMms", false)
    val mmsSize = rxPrefs.getInteger("mmsSize", -1)
    val mmsSize = rxPrefs.getInteger("mmsSize", 300)
    val logging = rxPrefs.getBoolean("logging", false)
    val logging = rxPrefs.getBoolean("logging", false)


    init {
    init {