removed parameter label
This commit is contained in:
@@ -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 **/
|
||||
|
||||
-1
@@ -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)
|
||||
|
||||
-2
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user