Browse Source

Examples. Issues stayed opened even after closing the window

pull/1312/head
Igor Demin 3 years ago
parent
commit
d1c5bcd853
  1. 2
      examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt

2
examples/issues/desktop/src/jvmMain/kotlin/androidx/ui/examples/jetissues/Main.kt

@ -28,5 +28,5 @@ fun main() {
}
}
}
exitProcess(0) // force close Apollo Client, using inside IssuesRepositoryImpl
exitProcess(0) // force close Apollo Client, that is used inside IssuesRepositoryImpl
}
Loading…
Cancel
Save