mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-25 01:10:12 +02:00
Merge pull request #28 from jbaiter/refresh-after-modification
Update password list after potential modifications
This commit is contained in:
commit
9f9f99dc24
|
|
@ -446,10 +446,14 @@ public class PasswordStore extends ActionBarActivity {
|
|||
git.add().addFilepattern("."),
|
||||
git.commit().setMessage("[ANDROID PwdStore] Add " + data.getExtras().getString("NAME") + " from store.")
|
||||
);
|
||||
updateListAdapter();
|
||||
break;
|
||||
case GitHandler.REQUEST_INIT:
|
||||
initRepository(getCurrentFocus());
|
||||
break;
|
||||
case GitHandler.REQUEST_PULL:
|
||||
updateListAdapter();
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue