Merge "Fixing wrong message sent when surface params are applied" into qt-dev
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