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

Fix #11345
reviewable/pr11347/r1
NiLuJe 4 months ago
parent 0f194d88b9
commit dcfcc81dcf

@ -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

Loading…
Cancel
Save