mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 02:33:48 +00:00
Rebase
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
82b5ffd302
commit
a3b23851c1
|
|
@ -218,8 +218,6 @@ class MainActivity : AppCompatActivity(), ThemeProvider {
|
|||
val artifact = asset.split("/").last()
|
||||
val apkFile = File(cacheDir, "update-$artifact.apk")
|
||||
|
||||
Log.info("Artifact: ${artifact}\nAsset: ${asset}")
|
||||
|
||||
withContext(Dispatchers.Main) {
|
||||
showDownloadProgressDialog()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue