ClipDescription no longer inherits from ClipData.
Change-Id: Ie4939f87c7e1628d9c19ecb5c0b3036d1f76ef29
This commit is contained in:
@@ -569,7 +569,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
void broadcastDragStartedLw(final float touchX, final float touchY) {
|
||||
// Cache a base-class instance of the clip metadata so that parceling
|
||||
// works correctly in calling out to the apps.
|
||||
mDataDescription = new ClipDescription(mData);
|
||||
mDataDescription = mData.getDescription();
|
||||
mNotifiedWindows.clear();
|
||||
mDragInProgress = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user