refresh the list rather than a full update related to PR #28

This commit is contained in:
zeapo 2014-10-30 22:33:03 +01:00
parent 64481bcb45
commit 8c2c4c3b24

View file

@ -451,7 +451,7 @@ public class PasswordStore extends ActionBarActivity {
git.add().addFilepattern("."),
git.commit().setMessage("[ANDROID PwdStore] Add " + data.getExtras().getString("NAME") + " from store.")
);
updateListAdapter();
refreshListAdapter();
break;
case GitHandler.REQUEST_INIT:
initRepository(getCurrentFocus());