From: Alexis Laferrière Date: Tue, 10 Jun 2014 00:34:47 +0000 (-0400) Subject: android: exit application on destroy request X-Git-Tag: v0.6.6~40^2 X-Git-Url: http://nitlanguage.org android: exit application on destroy request Signed-off-by: Alexis Laferrière --- diff --git a/lib/android/android.nit b/lib/android/android.nit index 5191e3f..3fc1a09 100644 --- a/lib/android/android.nit +++ b/lib/android/android.nit @@ -87,4 +87,6 @@ redef class App paused = false super end + + redef fun destroy do exit 0 end