Skip to content

Commit

Permalink
update backup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Mar 25, 2021
1 parent de603a1 commit 0817daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
android:theme="@style/Theme.KeyPass">
<activity
android:name=".ui.backup.BackupActivity"
android:label="@string/title_activity_backup"></activity>
<activity android:name=".ui.settings_activity.SettingsActivity" />
android:label="@string/title_activity_backup"/>
<activity android:name=".ui.generate.GeneratePasswordActivity" />
<activity android:name=".ui.auth.AuthenticationActivity">
<intent-filter>
Expand Down

0 comments on commit 0817daa

Please sign in to comment.