Fixing wrong message sent when surface params are applied
Bug: 123874711 Test: Verified jar with Launcher Change-Id: I966bfc5bd87396916dbacdf894dc6cca26a03593
This commit is contained in:
@@ -105,7 +105,8 @@ public class SyncRtSurfaceTransactionApplierCompat {
|
||||
}
|
||||
t.setEarlyWakeup();
|
||||
t.apply();
|
||||
mApplyHandler.sendEmptyMessage(toApplySeqNo);
|
||||
Message.obtain(mApplyHandler, MSG_UPDATE_SEQUENCE_NUMBER, toApplySeqNo, 0)
|
||||
.sendToTarget();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user