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

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

feat: Fix null exception on apk update

parent 4d7e6ac3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ class MultiModeController(val context: Context, val monitor: LauncherAppMonitor)
            override fun onAppSharedPreferenceChanged(key: String?) {
                when (key) {
                    BlissPrefs.PREF_SINGLE_LAYER_MODE -> {
                        monitor.launcher.model.forceReload()
                        monitor.launcher?.model?.forceReload()
                    }
                    else -> Unit
                }