This commit is contained in:
Vitor Pamplona
2024-01-05 16:46:30 -05:00
4 changed files with 5 additions and 5 deletions
@@ -231,7 +231,7 @@ object NostrAccountDataSource : NostrDataSource("AccountData") {
override fun updateChannelFilters() {
return if (hasLoadedTheBasics[account.userProfile()] != null) {
// gets everthing about the user logged in
// gets everything about the user logged in
accountChannel.typedFilters = listOfNotNull(
createAccountMetadataFilter(),
createAccountContactListFilter(),
@@ -43,7 +43,7 @@ fun SlidingCarousel(
}
// you can remove the surface in case you don't want
// the transparant bacground
// the transparent bacground
Surface(
modifier = Modifier
.padding(bottom = 8.dp)