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

Commit 7a2f9dcc authored by Patrick Baumann's avatar Patrick Baumann
Browse files

Marking dictionary activity as visibleToInstantApps

Without this change, prompts to the user to add a word entered into
one of the text fields within an instant app would result in a crash.

Change-Id: I98c9dd21d4fbf6f65c519b7e34bcc11f43b6a92e
Fixes: 77273200
Test: manual - trigger add word launch from instant app
parent c91339b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -700,6 +700,7 @@
        </activity>

        <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
                  android:visibleToInstantApps="true"
                  android:label="@string/user_dict_settings_title"
                  android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
                  android:windowSoftInputMode="stateVisible"