Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed Jan 14, 2023
1 parent 190ac88 commit 1e8bc1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/quo2/components/navigation/bottom_nav_tab.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{:width 90
:height 40
:border-radius 10}
(when platform/android?
(when false
{:padding-left 33
:padding-top 8})))]
[rn/touchable-without-feedback
Expand All @@ -53,11 +53,11 @@
:accessibility-label accessibility-label}
[reanimated/view {:style background-animated-style}
;; Animations like icon color are not working in android, when hole view and blur view used together
(if platform/ios?
(if true
[hole-view/hole-view
{:style {:padding-left 33
:padding-top 8}
:key new-notifications? ;; Key is required to force removal of holes
;;:key new-notifications? ;; Key is required to force removal of holes
:holes (cond
(not new-notifications?) ;; No new notifications, remove holes
[]
Expand Down

0 comments on commit 1e8bc1d

Please sign in to comment.