pull/459/head
Vitor Pamplona 2023-06-16 19:59:12 -04:00
rodzic da62760fd7
commit 6314e3fcb2
3 zmienionych plików z 4 dodań i 6 usunięć

Wyświetl plik

@ -9,7 +9,6 @@ package com.vitorpamplona.amethyst.service.tts
import android.content.Context
import android.speech.tts.TextToSpeech
import android.speech.tts.UtteranceProgressListener
import android.util.Log
import java.util.Locale
const val DEF_SPEECH_AND_PITCH = 0.8f

Wyświetl plik

@ -96,12 +96,11 @@ import com.vitorpamplona.amethyst.ui.screen.RefreshingFeedUserFeedView
import com.vitorpamplona.amethyst.ui.screen.RelayFeedView
import com.vitorpamplona.amethyst.ui.screen.RelayFeedViewModel
import com.vitorpamplona.amethyst.ui.screen.UserFeedViewModel
import com.vitorpamplona.amethyst.ui.theme.Size35dp
import com.vitorpamplona.amethyst.ui.theme.BitcoinOrange
import com.vitorpamplona.amethyst.ui.theme.ButtonBorder
import com.vitorpamplona.amethyst.ui.theme.Size35dp
import com.vitorpamplona.amethyst.ui.theme.placeholderText
import kotlinx.collections.immutable.toImmutableList
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
@ -289,7 +288,7 @@ fun ProfileScreen(
followersFeedViewModel,
zapFeedViewModel,
accountViewModel,
nav,
nav
)
}
}
@ -324,7 +323,7 @@ private fun CreateAndRenderPages(
@Composable
private fun CreateAndRenderTabs(
baseUser: User,
pagerState: PagerState,
pagerState: PagerState
) {
val coroutineScope = rememberCoroutineScope()

Wyświetl plik

@ -23,4 +23,4 @@ val StdButtonSizeModifier = Modifier.size(20.dp)
val StdHorzSpacer = Modifier.width(5.dp)
val DoubleHorzSpacer = Modifier.width(10.dp)
val Size35dp = 35.dp
val Size35dp = 35.dp