Skip to content

Commit

Permalink
Use blur view that fallbacks to rn/view on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
vkjr committed May 22, 2023
1 parent 1d4365e commit c1c239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im2/common/bottom_sheet/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
(styles/sheet insets window-height override-theme shell?))}

(when shell?
[blur/view
[blur/ios-view
{:style styles/shell-bg}])

(when selected-item
Expand Down

0 comments on commit c1c239e

Please sign in to comment.