Fixed activity configuration changes.
parent
1bd1ca9dc1
commit
32ddf3fd4c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue