mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:48:26 +00:00
Fix shield position in Load Account
This commit is contained in:
parent
3cc00caeab
commit
ad2bf6e344
@ -30,7 +30,6 @@ import org.thoughtcrime.securesms.ui.base
|
|||||||
import org.thoughtcrime.securesms.ui.components.MaybeScanQrCode
|
import org.thoughtcrime.securesms.ui.components.MaybeScanQrCode
|
||||||
import org.thoughtcrime.securesms.ui.components.SessionOutlinedTextField
|
import org.thoughtcrime.securesms.ui.components.SessionOutlinedTextField
|
||||||
import org.thoughtcrime.securesms.ui.components.SessionTabRow
|
import org.thoughtcrime.securesms.ui.components.SessionTabRow
|
||||||
import org.thoughtcrime.securesms.ui.contentDescription
|
|
||||||
import org.thoughtcrime.securesms.ui.h4
|
import org.thoughtcrime.securesms.ui.h4
|
||||||
|
|
||||||
private val TITLES = listOf(R.string.sessionRecoveryPassword, R.string.qrScan)
|
private val TITLES = listOf(R.string.sessionRecoveryPassword, R.string.qrScan)
|
||||||
@ -83,7 +82,6 @@ private fun RecoveryPassword(state: State, onChange: (String) -> Unit = {}, onCo
|
|||||||
) {
|
) {
|
||||||
Row {
|
Row {
|
||||||
Text(
|
Text(
|
||||||
modifier = Modifier.weight(1f),
|
|
||||||
text = stringResource(R.string.sessionRecoveryPassword),
|
text = stringResource(R.string.sessionRecoveryPassword),
|
||||||
style = h4
|
style = h4
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user