Andrey Shovkoplyas 2017-03-08 16:48:33 +03:00 committed by Roman Volosovskyi
parent bc9ec05de3
commit 791620ce33
1 changed files with 5 additions and 5 deletions

View File

@ -42,6 +42,7 @@
[touchable-highlight {:style st/back-btn-touchable [touchable-highlight {:style st/back-btn-touchable
:on-press (fn [] :on-press (fn []
(dispatch [:set-in [:profile-edit :edit?] false]) (dispatch [:set-in [:profile-edit :edit?] false])
(dispatch [:set-in [:profile-edit :name] nil])
(dispatch [:navigate-back]))} (dispatch [:navigate-back]))}
[view st/back-btn-container [view st/back-btn-container
[icon :back st/back-btn-icon]]] [icon :back st/back-btn-icon]]]
@ -132,10 +133,10 @@
[icon :back st/back-btn-icon]]] [icon :back st/back-btn-icon]]]
;; TODO not implemented ;; TODO not implemented
#_[touchable-highlight {:style st/actions-btn-touchable #_[touchable-highlight {:style st/actions-btn-touchable
:on-press (fn [] :on-press (fn []
(.log js/console "Dots pressed!"))} (.log js/console "Dots pressed!"))}
[view st/actions-btn-container [view st/actions-btn-container
[icon :dots st/edit-btn-icon]]]] [icon :dots st/edit-btn-icon]]]]
[status-image-view {:account contact [status-image-view {:account contact
:photo-path photo-path :photo-path photo-path
@ -191,7 +192,6 @@
qr [:get-in [:profile-edit :qr-code]] qr [:get-in [:profile-edit :qr-code]]
current-account [:get-current-account] current-account [:get-current-account]
changed-account [:get :profile-edit]] changed-account [:get :profile-edit]]
{:component-will-unmount #(dispatch [:set-in [:profile-edit :name] nil])}
(let [{:keys [phone (let [{:keys [phone
address address
public-key] public-key]