Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1982d567 authored by /e/ robot's avatar /e/ robot
Browse files

Merge remote-tracking branch 'origin/lineage-16.0' into v1-pie

parents 584df168 789e158c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class SyncRtSurfaceTransactionApplier {
     *               this method to avoid synchronization issues.
     */
    public void scheduleApply(SurfaceParams... params) {
        if (mTargetViewRootImpl == null) {
        if (mTargetViewRootImpl == null || mTargetViewRootImpl.getView() == null) {
            return;
        }
        mTargetViewRootImpl.registerRtFrameCallback(frame -> {