Merge "Fixing wrong message sent when surface params are applied" into qt-dev

This commit is contained in:
Sunny Goyal
2019-04-25 19:07:05 +00:00
committed by Android (Google) Code Review

View File

@@ -105,7 +105,8 @@ public class SyncRtSurfaceTransactionApplierCompat {
}
t.setEarlyWakeup();
t.apply();
mApplyHandler.sendEmptyMessage(toApplySeqNo);
Message.obtain(mApplyHandler, MSG_UPDATE_SEQUENCE_NUMBER, toApplySeqNo, 0)
.sendToTarget();
}
});