Adding debugging and naive fix for issue 15334203

-> To be reverted, just need signed build.

Change-Id: I6a83e55067d8d2564bb3c4f0c314befbb2793f09
This commit is contained in:
Adam Cohen
2014-06-03 18:03:29 -07:00
parent 3489f5c1bf
commit ed11c14003
2 changed files with 25 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ public class ButtonDropTarget extends TextView implements DropTarget, DragContro
return drawables[i];
}
}
System.out.println("No drawable, returning null " + this);
return null;
}