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

Commit f399c2f6 authored by Raff Tsai's avatar Raff Tsai
Browse files

Fix crash when click search button in Settings

Change-Id: I762def84262b0938c4d0a4d86916fe06e72f8b14
Fixes: 117919438
Test: Manual
parent e9350883
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
            android:exported="true"
            android:theme="@style/Theme.Settings.NoActionBar">
            <intent-filter priority="-1">
                <action android:name="com.android.settings.action.SETTINGS_SEARCH" />
                <action android:name="android.settings.APP_SEARCH_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>