Bug 709255: Avoid multiple instances of TabsTray. [r=mfinkle a=android-only]

This commit is contained in:
Sriram Ramasubramanian 2011-12-12 14:25:29 -08:00
parent 0138dca053
commit bcf1f085a8

View File

@ -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"