Fix typos

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