pull/739/head
vuittont60 2024-01-05 11:27:48 +08:00
rodzic 2de3d19a34
commit 9403f12d2d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A9EFD100F36387FD
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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(),

Wyświetl plik

@ -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)