overlay util: mark explicit fallthrough in transformPosition
This commit is contained in:
@@ -225,6 +225,7 @@ public class OverlayUtil
|
|||||||
case BOTTOM_RIGHT:
|
case BOTTOM_RIGHT:
|
||||||
case ABOVE_CHATBOX_RIGHT:
|
case ABOVE_CHATBOX_RIGHT:
|
||||||
result.y = result.y - dimension.height;
|
result.y = result.y - dimension.height;
|
||||||
|
// FALLTHROUGH
|
||||||
case TOP_RIGHT:
|
case TOP_RIGHT:
|
||||||
result.x = result.x - dimension.width;
|
result.x = result.x - dimension.width;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user