remove condition (was always false)
This commit is contained in:
parent
9a348390d3
commit
e7427997d2
|
@ -28,9 +28,6 @@
|
||||||
(and @webview (:can-go-back? @result-box))
|
(and @webview (:can-go-back? @result-box))
|
||||||
(do (.goBack @webview) true)
|
(do (.goBack @webview) true)
|
||||||
|
|
||||||
(#{:home :wallet :my-profile} view-id)
|
|
||||||
(do (.exitApp react/back-handler))
|
|
||||||
|
|
||||||
(< 1 (count @stack))
|
(< 1 (count @stack))
|
||||||
(do (dispatch [:navigate-back]) true)
|
(do (dispatch [:navigate-back]) true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue