Fixed reinit of video preview on rotations from portrait to landscape (tablets only) ; removed unneeded reinit of second fragment

This commit is contained in:
David A. Velasco 2014-05-23 14:20:55 +02:00
parent 869b92ffd6
commit 8a74431926

View file

@ -180,11 +180,6 @@ FileFragment.ContainerActivity, OnNavigationListener, OnSslUntrustedCertListener
mRightFragmentContainer = findViewById(R.id.right_fragment_container);
if (savedInstanceState == null) {
createMinFragments();
} else {
Log_OC.d(TAG, "Init the secondFragment again");
if (mDualPane) {
initFragmentsWithFile();
}
}
// Action bar setup