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

Commit 9aaef938 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Removing debug log

Change-Id: Ifb6adc0826d744f2bbc654c37c2470754f364a2b
parent 65d076b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -310,7 +310,6 @@ public class CellLayout extends ViewGroup {
    @TargetApi(Build.VERSION_CODES.LOLLIPOP)
    public void enableAccessibleDrag(boolean enable, int dragType) {
        mUseTouchHelper = enable;
        Log.e("HIGHRES", getParent() + "  " + enable + "  " + dragType, new Exception());
        if (!enable) {
            ViewCompat.setAccessibilityDelegate(this, null);
            setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);