1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2024-11-21 20:02:06 +01:00

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

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