remove condition (was always false)

This commit is contained in:
Roman Volosovskyi 2018-06-18 14:42:18 +03:00
parent 9a348390d3
commit e7427997d2
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 0 additions and 3 deletions

View File

@ -28,9 +28,6 @@
(and @webview (:can-go-back? @result-box))
(do (.goBack @webview) true)
(#{:home :wallet :my-profile} view-id)
(do (.exitApp react/back-handler))
(< 1 (count @stack))
(do (dispatch [:navigate-back]) true)