Fixed activity configuration changes.

master
Tomasz Półgrabia 2016-09-19 23:07:21 +02:00
parent 1bd1ca9dc1
commit 32ddf3fd4c
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ public class MainActivity extends ActionBarActivity {
public void switchToPhoto(PanoramioImageInfo photoInfo) {
this.photoInfo = photoInfo;
this.currFrag = MainActivityState.PANORAMIO_SHOWER;
FragmentManager fragmentManager = getSupportFragmentManager();
FragmentTransaction ctx = fragmentManager.beginTransaction();
PanoramioShowerFragment panoramioShower = new PanoramioShowerFragment();