mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 709255: Avoid multiple instances of TabsTray. [r=mfinkle a=android-only]
This commit is contained in:
parent
0138dca053
commit
bcf1f085a8
@ -132,7 +132,8 @@
|
||||
android:windowSoftInputMode="stateAlwaysVisible|adjustResize"/>
|
||||
|
||||
<activity android:name="org.mozilla.gecko.TabsTray"
|
||||
android:theme="@style/Gecko.Translucent"/>
|
||||
android:theme="@style/Gecko.Translucent"
|
||||
android:launchMode="singleTask"/>
|
||||
|
||||
<activity android:name="org.mozilla.gecko.GeckoPreferences"
|
||||
android:theme="@style/Gecko.TitleBar"
|
||||
|
Loading…
Reference in New Issue
Block a user