From a6aa2b17f89c8a338e303f5e869dcfa3a464488f Mon Sep 17 00:00:00 2001 From: vanitasvitae Date: Thu, 14 Sep 2017 13:36:43 +0200 Subject: [PATCH] Workaround fix #12 --- app/src/main/java/de/trac/spherical/MainActivity.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/src/main/java/de/trac/spherical/MainActivity.java b/app/src/main/java/de/trac/spherical/MainActivity.java index bda1fcd..ce2839b 100644 --- a/app/src/main/java/de/trac/spherical/MainActivity.java +++ b/app/src/main/java/de/trac/spherical/MainActivity.java @@ -88,6 +88,12 @@ public class MainActivity extends AppCompatActivity { } } + @Override + public void onResume() { + super.onResume(); + fab.show(); + } + /** * Distinguish type of sent image. Images with the MIME type of a photosphere will be directly * displayed, while images with MIME type image/* are being manually tested using {@link PhotoSphereParser}.