removed parameter label

This commit is contained in:
greenart7c3
2023-07-28 06:03:02 -03:00
parent dcadd24e94
commit 656a3f0689
4 changed files with 2 additions and 6 deletions
@@ -1,9 +1,9 @@
package com.greenart7c3.nostrsigner.models
import com.greenart7c3.nostrsigner.service.KeyPair
import com.greenart7c3.nostrsigner.toShortenHex
import com.greenart7c3.nostrsigner.service.bechToBytes
import com.greenart7c3.nostrsigner.service.nip19.Nip19
import com.greenart7c3.nostrsigner.toShortenHex
import fr.acinq.secp256k1.Hex
/** Makes the distinction between String and Hex **/
@@ -6,7 +6,6 @@ import com.google.gson.JsonElement
import com.google.gson.JsonParseException
import java.lang.reflect.Type
// REQUEST OBJECTS
abstract class Request(var method: String? = null)
@@ -5,5 +5,3 @@ class EOSETime(var time: Long) {
return time.toString()
}
}
@@ -43,8 +43,7 @@ fun AccountScreen(
Column {
Crossfade(
targetState = accountState,
animationSpec = tween(durationMillis = 100),
label = "Login"
animationSpec = tween(durationMillis = 100)
) { state ->
when (state) {
is AccountState.LoggedOff -> {