From 9b46b2e6a9a8e4e9254fa9031b2eb44a672e287f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 1 Mar 2023 16:54:50 -0600 Subject: A couple various fixes (#242) * Fix: set the status bar color for dark mode when logging in * Add some logging * Improve read/unread tracking behaviors in notifications --- src/view/shell/mobile/index.tsx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/view/shell/mobile/index.tsx') diff --git a/src/view/shell/mobile/index.tsx b/src/view/shell/mobile/index.tsx index 6caf89232..dbfcad0ee 100644 --- a/src/view/shell/mobile/index.tsx +++ b/src/view/shell/mobile/index.tsx @@ -398,6 +398,11 @@ export const MobileShell: React.FC = observer(() => { if (!store.session.hasSession) { return ( + -- cgit 1.4.1