Android: Don't forget to call Generic.exit on Device:exit ;).

Fix #11345
This commit is contained in:
NiLuJe
2024-01-13 01:10:42 +01:00
parent 0f194d88b9
commit dcfcc81dcf

View File

@@ -460,6 +460,8 @@ function Device:test()
end
function Device:exit()
Generic.exit(self)
android.LOGI(string.format("Stopping %s main activity", android.prop.name))
android.lib.ANativeActivity_finish(android.app.activity)
end