Fix typos
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user