mirror of
https://github.com/vanitasvitae/Spherical
synced 2024-11-21 20:02:06 +01:00
Workaround fix #12
This commit is contained in:
parent
74e8e9de1f
commit
a6aa2b17f8
1 changed files with 6 additions and 0 deletions
|
@ -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}.
|
||||
|
|
Loading…
Reference in a new issue