diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-07-29 15:14:25 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-08-10 11:10:29 +0200 |
commit | e1ae4978ec1c9842448f21a00be2359121a3c73b (patch) | |
tree | 5d37f0e27bc348db1beaf5c27d4368a5978aba5a /app/src/main/res | |
parent | 52e53f30c0081d8f35213a2a410784354a61af66 (diff) |
Extract Select folder (moving) into its own activity
more work needed
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/menu/pgp_handler_select_folder.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/pgp_handler_select_folder.xml b/app/src/main/res/menu/pgp_handler_select_folder.xml index c18ede62..c9855ecd 100644 --- a/app/src/main/res/menu/pgp_handler_select_folder.xml +++ b/app/src/main/res/menu/pgp_handler_select_folder.xml @@ -2,7 +2,7 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:pwstore="http://schemas.android.com/apk/res-auto" - tools:context="com.zeapo.pwdstore.crypto.PgpHandler" > + tools:context="com.zeapo.pwdstore.SelectFolderActivity" > <item android:title="@string/crypto_select" android:icon="@drawable/ic_done_white_24dp" pwstore:showAsAction="ifRoom" |