mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
Update password list after potential modifications
This commit is contained in:
parent
2c97c8a1e1
commit
88df56ea29
@ -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…
x
Reference in New Issue
Block a user