diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-09 16:50:06 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-04-12 07:21:26 +0200 |
commit | c0c43f4742e9a78addafd9522779f7f55243a522 (patch) | |
tree | 8b9680e59b0128f0e4c2e58439adbac8a49237a8 /android | |
parent | 1bc42472200c32c9a0a10dd1c3cd6c6a8a5d47d2 (diff) |
android: Drop 'LibreOfficeMainActivity#onSaveInstanceState'
It just calls the parent class method anyway.
Change-Id: I802e75ad650b71d6daa08494ff812985bb844a5f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113884
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java index a1fab7dbde49..f751f2e7dd61 100644 --- a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java +++ b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java @@ -963,11 +963,6 @@ public class LibreOfficeMainActivity extends AppCompatActivity implements Settin mFormattingController.handleActivityResult(requestCode, resultCode, data); hideBottomToolbar(); } - - @Override - protected void onSaveInstanceState(Bundle outState) { - super.onSaveInstanceState(outState); - } } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |