mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
Bug 709255: Avoid multiple instances of TabsTray. [r=mfinkle a=android-only]
This commit is contained in:
parent
a1553b8ae3
commit
a57600d59d
@ -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