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

Commit 505eea2b authored by zhuw's avatar zhuw
Browse files

Fix crash when change language during true scanner

add configchangs flag locale

Change-Id: I05fc8790717e75588ca765953a24de0997ba14e4
CRs-Fixed: 2063114
parent 49174aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@
        <activity
            android:name="com.android.gallery3d.filtershow.FilterShowActivity"
            android:theme="@style/Theme.FilterShow"
            android:configChanges="keyboardHidden|orientation|screenSize|layoutDirection">
            android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection">
            <intent-filter>
                <action android:name="android.intent.action.EDIT" />
                <category android:name="android.intent.category.DEFAULT" />