Loading packages/SystemUI/src/com/android/systemui/statusbar/tablet/ShirtPocket.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class ShirtPocket extends FrameLayout { thumb = new DragThumbnailBuilder(mWindow.findViewById(R.id.preview)); } ShirtPocket.this.startDrag(clip, thumb, false); v.startDrag(clip, thumb, false); // TODO: only discard the clipping if it was accepted stash(null); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/tablet/ShirtPocket.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class ShirtPocket extends FrameLayout { thumb = new DragThumbnailBuilder(mWindow.findViewById(R.id.preview)); } ShirtPocket.this.startDrag(clip, thumb, false); v.startDrag(clip, thumb, false); // TODO: only discard the clipping if it was accepted stash(null); Loading