From bf427c700e925a1a281b983281b5d5ef883289d2 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 3 Jun 2022 12:17:27 -0400 Subject: [PATCH] use TouchableOpacity instead of TouchableWithoutFeedback for the unread filter --- .../__snapshots__/index.test.tsx.snap | 43 +++++++++++-------- .../subheader/unread_filter/unread_filter.tsx | 6 +-- 2 files changed, 29 insertions(+), 20 deletions(-) diff --git a/app/screens/home/channel_list/categories_list/__snapshots__/index.test.tsx.snap b/app/screens/home/channel_list/categories_list/__snapshots__/index.test.tsx.snap index a743707382..d08747cbcb 100644 --- a/app/screens/home/channel_list/categories_list/__snapshots__/index.test.tsx.snap +++ b/app/screens/home/channel_list/categories_list/__snapshots__/index.test.tsx.snap @@ -442,6 +442,7 @@ exports[`components/categories_list should render team error 1`] = ` > - + + + { }; return ( - + { size={24} /> - + ); };