fix list not being refreshed after a sync
This commit is contained in:
parent
cb7f9c8529
commit
4663ea371e
1 changed files with 1 additions and 0 deletions
|
@ -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