[Libreoffice-commits] online.git: android/lib
Jan Holesovsky (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 11 22:25:29 UTC 2020
android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 7a83e165e369337485cf3fcc21c49ae7bf2e6a8f
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue Feb 11 22:07:14 2020 +0100
Commit: Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue Feb 11 23:25:11 2020 +0100
android: Cleanup properly before returning from the activity.
Without this, it was possible to return to the previous activity without
a proper cleanup which lead to a crash later when restarting the
activity too quickly.
Change-Id: I1003a8eb0ef271d3499b07ff9f111839f48fefac
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88478
Tested-by: Jan Holesovsky <kendy at collabora.com>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java b/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
index 068fae605..e3e479a4c 100644
--- a/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
+++ b/android/lib/src/main/java/org/libreoffice/androidlib/LOActivity.java
@@ -537,6 +537,7 @@ public class LOActivity extends AppCompatActivity {
return;
}
+ postMobileMessageNative("BYE");
super.onBackPressed();
}
More information about the Libreoffice-commits
mailing list