mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2026-04-22 06:58:42 +02:00
fix list not being refreshed after a sync
This commit is contained in:
parent
cb7f9c8529
commit
4663ea371e
|
|
@ -542,6 +542,7 @@ public class PasswordStore extends AppCompatActivity {
|
|||
case GitActivity.REQUEST_INIT:
|
||||
initializeRepositoryInfo();
|
||||
break;
|
||||
case GitActivity.REQUEST_SYNC:
|
||||
case GitActivity.REQUEST_PULL:
|
||||
updateListAdapter();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue