fix progress bar and page statuses on reload

This commit is contained in:
Matt Walsh
2022-11-14 15:26:24 -06:00
parent 7986b04615
commit 0cef282b45
2 changed files with 8 additions and 1 deletions

View File

@@ -319,6 +319,7 @@ const index = (() => {
};
const btnNavigateRefreshClick = () => {
navigation.resetStatuses();
LoadTwcData();
UpdateFullScreenNavigate();