Fixed activity configuration changes.
parent
1bd1ca9dc1
commit
32ddf3fd4c
|
@ -171,6 +171,7 @@ public class MainActivity extends ActionBarActivity {
|
||||||
|
|
||||||
public void switchToPhoto(PanoramioImageInfo photoInfo) {
|
public void switchToPhoto(PanoramioImageInfo photoInfo) {
|
||||||
this.photoInfo = photoInfo;
|
this.photoInfo = photoInfo;
|
||||||
|
this.currFrag = MainActivityState.PANORAMIO_SHOWER;
|
||||||
FragmentManager fragmentManager = getSupportFragmentManager();
|
FragmentManager fragmentManager = getSupportFragmentManager();
|
||||||
FragmentTransaction ctx = fragmentManager.beginTransaction();
|
FragmentTransaction ctx = fragmentManager.beginTransaction();
|
||||||
PanoramioShowerFragment panoramioShower = new PanoramioShowerFragment();
|
PanoramioShowerFragment panoramioShower = new PanoramioShowerFragment();
|
||||||
|
|
Loading…
Reference in New Issue