mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
Fixed reinit of video preview on rotations from portrait to landscape (tablets only) ; removed unneeded reinit of second fragment
This commit is contained in:
parent
869b92ffd6
commit
8a74431926
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue