Hide loading view after clicking on back button (#226)

This commit is contained in:
ivan1548 2019-03-01 16:12:52 -08:00 committed by Preston
parent d6aa017a69
commit 0dc5caaf65
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ let backButtonView = new Vue({
const isSearch = this.lastView.$options.el === "#searchView";
hideViews();
loadingView.seen = false;
// Check if lastView was search
if(isSearch) {