From c60e8d0772d93fb3b0eca00b5fb1de9e110df320 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 30 Aug 2024 12:26:40 -0500 Subject: Composer blocks (#5040) * Move i18n provider up the stack * Protect composer opening for a blocked post * Protect ctrls from interacting with blocked user --- src/App.native.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index c26052a92..9e999ba0b 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -172,31 +172,31 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + ) } -- cgit 1.4.1