Skip to content

Commit

Permalink
Fixes mozilla-mobile#4072: Re-installing Fenix shows tabs from previo…
Browse files Browse the repository at this point in the history
…us install
  • Loading branch information
colintheshots committed Jul 16, 2019
1 parent 5792acf commit 28ee6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<application
android:name=".FenixApplication"
android:allowBackup="true"
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
Expand Down

0 comments on commit 28ee6dd

Please sign in to comment.