am 9aaef938: Removing debug log
* commit '9aaef938c3f0db6c78555459eb84be25ab87f98e': Removing debug log
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user