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

Commit fa348b02 authored by LuK1337's avatar LuK1337 Committed by Luca Stefani
Browse files

SystemUI: Handle orientation and screenSize changes for TunerActivity

* Fixes NPE on calling Dependency.get() after
  rotating the device while showing navigation
  bar tuner fragment.

Change-Id: I4e65c46d42e6691a67aefa5d065e7cab57464fc2
parent cf00ee8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -284,6 +284,7 @@
                  android:theme="@style/TunerSettings"
                  android:label="@string/system_ui_tuner"
                  android:process=":tuner"
                  android:configChanges="orientation|screenSize"
                  android:exported="true">
            <intent-filter>
                <action android:name="com.android.settings.action.EXTRA_SETTINGS" />