diff options
| -rw-r--r-- | main/src/cgeo/geocaching/cgeopopup.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeopopup.java b/main/src/cgeo/geocaching/cgeopopup.java index 0c0646d..1e0740a 100644 --- a/main/src/cgeo/geocaching/cgeopopup.java +++ b/main/src/cgeo/geocaching/cgeopopup.java @@ -148,7 +148,7 @@ public class cgeopopup extends AbstractActivity { } @Override - public boolean onTouchEvent(MotionEvent event) { + public boolean onTouchEvent(final MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_UP) { final Rect r = new Rect(0, 0, 0, 0); getWindow().getDecorView().getHitRect(r); |
