Skip to content

Commit

Permalink
restorred commented chunk of code
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed Sep 3, 2019
1 parent d9926dc commit b2ca2db
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/status_im/ui/components/bottom_bar/core.cljs
Expand Up @@ -145,14 +145,12 @@
{:style (tabs.styles/animated-container visible? keyboard-shown?)}
[tabs tab]]]
"desktop"
;[tabs-animation-wrapper-android
; keyboard-shown?
; view-id
; [react/animated-view
; {:style (tabs.styles/animated-container visible? keyboard-shown?)}
[tabs tab]
;]]
)))}))
[tabs-animation-wrapper-android
keyboard-shown?
view-id
[react/animated-view
{:style (tabs.styles/animated-container visible? keyboard-shown?)}
[tabs tab]]])))}))

(def disappearance-duration 150)
(def appearance-duration 100)
Expand Down

0 comments on commit b2ca2db

Please sign in to comment.