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:
|
case GitActivity.REQUEST_INIT:
|
||||||
initializeRepositoryInfo();
|
initializeRepositoryInfo();
|
||||||
break;
|
break;
|
||||||
|
case GitActivity.REQUEST_SYNC:
|
||||||
case GitActivity.REQUEST_PULL:
|
case GitActivity.REQUEST_PULL:
|
||||||
updateListAdapter();
|
updateListAdapter();
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue