Fix preview
This commit is contained in:
parent
d08c9ac36e
commit
da80959605
@ -92,7 +92,7 @@ fun Analysis(data: Uri?, modifier: Modifier = Modifier) {
|
|||||||
mutableStateOf(JSONObject())
|
mutableStateOf(JSONObject())
|
||||||
}
|
}
|
||||||
|
|
||||||
if (context.fileList().contains("issuerConfig")) {
|
if (context.fileList()?.contains("issuerConfig") == true) {
|
||||||
val ifo = context.openFileInput("issuerConfig")
|
val ifo = context.openFileInput("issuerConfig")
|
||||||
try {
|
try {
|
||||||
client = Json.decodeFromStream<OIDCCore>(ifo);
|
client = Json.decodeFromStream<OIDCCore>(ifo);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user