Workaround fix #12

This commit is contained in:
vanitasvitae 2017-09-14 13:36:43 +02:00
parent 74e8e9de1f
commit a6aa2b17f8
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 6 additions and 0 deletions

View File

@ -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 * 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}. * displayed, while images with MIME type image/* are being manually tested using {@link PhotoSphereParser}.