1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-23 19:37:39 +00:00

mering with master

This commit is contained in:
chschtsch
2015-12-14 13:07:54 +03:00
13 changed files with 57 additions and 49 deletions

View File

@@ -338,6 +338,7 @@ public class VideoItemDetailFragment extends Fragment {
activity = (AppCompatActivity) getActivity();
showNextVideoItem = PreferenceManager.getDefaultSharedPreferences(getActivity())
.getBoolean(activity.getString(R.string.showNextVideo), true);
}
@Override
@@ -431,8 +432,10 @@ public class VideoItemDetailFragment extends Fragment {
(RelativeLayout.LayoutParams) thumbnailWindowLayout.getLayoutParams();
newWindowLayoutParams.height = bottom - top;
thumbnailWindowLayout.setLayoutParams(newWindowLayoutParams);
//noinspection SuspiciousNameCombination
initialThumbnailPos.set(top, left);
}
});
}