mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 724297 - Firefox Sync launcher icon opens settings or Fennec main activity, not setup.
This commit is contained in:
parent
6d06b90bbe
commit
d05831b3eb
@ -4,6 +4,7 @@
|
||||
android:screenOrientation="portrait"
|
||||
android:configChanges="orientation"
|
||||
android:windowSoftInputMode="adjustResize|stateHidden"
|
||||
android:taskAffinity="org.mozilla.gecko.sync.setup"
|
||||
android:name="org.mozilla.gecko.sync.setup.activities.SetupSyncActivity" >
|
||||
<!-- android:configChanges: SetupSyncActivity will handle orientation changes; no longer restarts activity (default) -->
|
||||
<intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user