mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1060470 - Handle orientation changes in search activity. r=lucasr
This commit is contained in:
parent
9a6e799e54
commit
449785d103
@ -3,6 +3,7 @@
|
||||
android:launchMode="singleTop"
|
||||
android:icon="@drawable/search_launcher"
|
||||
android:label="@string/search_app_name"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:theme="@style/AppTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
|
Loading…
Reference in New Issue
Block a user