A cheap attempt at a native Bluesky client for Android

ShowSkeets: don't render root if we can't/don't see it.

+1 -1
+1 -1
app/src/main/java/industries/geesawra/monarch/ShowSkeets.kt
··· 60 60 } 61 61 62 62 parent?.let { 63 - if (parentsParent?.cid != root?.cid) { 63 + if ((parentsParent?.cid != root?.cid) && root?.cid != null) { 64 64 ConditionalCard("See more") 65 65 66 66 VerticalDivider(