Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc0d1227 authored by Chris Wren's avatar Chris Wren
Browse files

remove debug logs.

Change-Id: I8d0066bdce1c93c7a3da0fa36d865c674e5dcd40
Proto-Id: I7ac6b8c8a664dbd7abda089fcd9edb8d7ccc3208
parent 28c5ee9e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -105,9 +105,7 @@ public class KeyguardMultiUserSelectorView extends FrameLayout implements View.O

    @Override
    public boolean onInterceptTouchEvent(MotionEvent event) {
        Log.e(TAG, "touch");
        if(event.getActionMasked() != MotionEvent.ACTION_CANCEL && mCallback != null) {
            Log.e(TAG, "userActivitytouch");
            mCallback.userActivity();
        }
        return false;