mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
refresh the list rather than a full update related to PR #28
This commit is contained in:
@@ -451,7 +451,7 @@ public class PasswordStore extends ActionBarActivity {
|
|||||||
git.add().addFilepattern("."),
|
git.add().addFilepattern("."),
|
||||||
git.commit().setMessage("[ANDROID PwdStore] Add " + data.getExtras().getString("NAME") + " from store.")
|
git.commit().setMessage("[ANDROID PwdStore] Add " + data.getExtras().getString("NAME") + " from store.")
|
||||||
);
|
);
|
||||||
updateListAdapter();
|
refreshListAdapter();
|
||||||
break;
|
break;
|
||||||
case GitHandler.REQUEST_INIT:
|
case GitHandler.REQUEST_INIT:
|
||||||
initRepository(getCurrentFocus());
|
initRepository(getCurrentFocus());
|
||||||
|
Reference in New Issue
Block a user