mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-07 09:53:42 -04:00
Rebase
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
82b5ffd302
commit
a3b23851c1
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue