Skip to content

Commit

Permalink
Faded first line of composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrkhalil committed Oct 3, 2023
1 parent 26ae434 commit 94a76a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/status_im2/contexts/chat/composer/handlers.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
(when (> (reanimated/get-shared-value last-height) (* constants/background-threshold max-height))
(reanimated/animate opacity 1)
(reanimated/set-shared-value background-y 0))
(when (= @gradient-z-index -1)
(reanimated/animate gradient-opacity 1)
(reset! gradient-z-index 1))
(js/setTimeout #(reset! lock-selection? false) 300)
(when (and (not-empty @text-value) @input-ref)
(.setNativeProps ^js @input-ref
Expand Down

0 comments on commit 94a76a6

Please sign in to comment.