1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-16 05:41:30 +01:00

formatting changes

This commit is contained in:
Harshal Lele 2020-03-09 23:26:35 +05:30 committed by Stypox
parent fe1889653e
commit 46918ee907
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -1275,8 +1275,8 @@ public final class PopupVideoPlayer extends Service {
//minimum threshold beyond which pinch gesture will work
int scaledTouchSlop = ViewConfiguration.get(PopupVideoPlayer.this).getScaledTouchSlop();
if(firstPointerMoveX > scaledTouchSlop ||firstPointerMoveY > scaledTouchSlop ||
secPointerMoveX > scaledTouchSlop || secPointerMoveY > scaledTouchSlop) {
if (firstPointerMoveX > scaledTouchSlop ||firstPointerMoveY > scaledTouchSlop
|| secPointerMoveX > scaledTouchSlop || secPointerMoveY > scaledTouchSlop) {
double newWidth = popupWidth;