Fix for :navigation-stack is grows on switching tabs #747

This commit is contained in:
Math Vadash 2017-01-25 14:50:55 +01:00 committed by Roman Volosovskyi
parent 016e9b31d1
commit c9366892cf
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
(-> db
(assoc :prev-tab-view-id (:view-id db))
(assoc :prev-view-id (:view-id db))
(push-view view-id))))
(replace-view view-id))))
(register-handler :on-navigated-to-tab
(enrich preload-data!)