A cheap attempt at a native Bluesky client for Android
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'worktree-typed-snacking-peach'

geesawra 30666d5f 42c2b32a

+1 -1
+1 -1
app/src/main/java/industries/geesawra/monarch/MainView.kt
··· 330 330 TopAppBar( 331 331 colors = TopAppBarDefaults.topAppBarColors( 332 332 containerColor = MaterialTheme.colorScheme.surface, 333 - scrolledContainerColor = MaterialTheme.colorScheme.surfaceContainer, 333 + scrolledContainerColor = MaterialTheme.colorScheme.surface, 334 334 navigationIconContentColor = MaterialTheme.colorScheme.onSurface, 335 335 titleContentColor = MaterialTheme.colorScheme.onSurface, 336 336 actionIconContentColor = MaterialTheme.colorScheme.onSurface,