Clean up core analytics file

This commit is contained in:
Eric Bailey
2026-01-21 20:55:55 -06:00
parent a595eb3264
commit 10c44a0e20
6 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ let lastHandledNotificationDateDedupe: number | undefined
function RoutesContainer({children}: React.PropsWithChildren<{}>) {
const ax = useAnalytics()
const notyLogger = ax.logger.useContext(ax.logger.Context.Notifications)
const notyLogger = ax.logger.useChild(ax.logger.Context.Notifications)
const theme = useColorSchemeStyle(DefaultTheme, DarkTheme)
const {currentAccount, accounts} = useSession()
const {onPressSwitchAccount} = useAccountSwitcher()