diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-17 22:55:45 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2015-01-04 14:53:58 +0100 |
commit | f48bd5faa01c191f355fd5ebdc2e98f0579b591f (patch) | |
tree | 127b417d7bd8d990370a222701b8194aba6ad427 /app/src/main/res/menu | |
parent | 33689cefc7a429e4f51607a013f6adc9c01ede94 (diff) |
git tasks refactoring (clone working)
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/git_clone.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/git_clone.xml b/app/src/main/res/menu/git_clone.xml index 4a240712..092a8b2b 100644 --- a/app/src/main/res/menu/git_clone.xml +++ b/app/src/main/res/menu/git_clone.xml @@ -1,7 +1,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.git.GitHandler" > + tools:context="com.zeapo.pwdstore.git.GitActivity" > <item android:id="@+id/user_pref" android:title="@string/action_settings" android:orderInCategory="100" |