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