Fix refreshing screen after manual synchronization
This commit is contained in:
parent
9694fafbcd
commit
476587a970
1 changed files with 1 additions and 0 deletions
|
@ -1383,6 +1383,7 @@ on_sync_local_data_btn_click = function () {
|
|||
pleaseWaitShow();
|
||||
sync_local_data(function (success) {
|
||||
pleaseWaitHide();
|
||||
refresh_location();
|
||||
});
|
||||
};
|
||||
propose_sync_local_data = function () {
|
||||
|
|
Loading…
Reference in a new issue