mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
- Fixed a piece of code disappearing when merging code
This commit is contained in:
parent
1a7a710121
commit
429884469f
1 changed files with 3 additions and 0 deletions
|
|
@ -604,6 +604,9 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
public boolean onCapturedPointer (View view, MotionEvent e) {
|
||||
x += ((int) e.getX()) * scaleFactor;
|
||||
y += ((int) e.getY()) * scaleFactor;
|
||||
if(!CallbackBridge.isGrabbing()){
|
||||
view.releasePointerCapture();
|
||||
}
|
||||
|
||||
if (debugText.getVisibility() == View.VISIBLE && !debugErrored) {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue