mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
Merge pull request #28 from jbaiter/refresh-after-modification
Update password list after potential modifications
This commit is contained in:
@@ -446,10 +446,14 @@ 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();
|
||||||
break;
|
break;
|
||||||
case GitHandler.REQUEST_INIT:
|
case GitHandler.REQUEST_INIT:
|
||||||
initRepository(getCurrentFocus());
|
initRepository(getCurrentFocus());
|
||||||
break;
|
break;
|
||||||
|
case GitHandler.REQUEST_PULL:
|
||||||
|
updateListAdapter();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user