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

Commit 16cdaf66 authored by Justin Weir's avatar Justin Weir
Browse files

Remove a legacy mode assertions for the scene container flag

While the CL that added this assertion was in review, A CL merged that
added a call to this.

Bug: 348013571
Test: manual
Flag: com.android.systemui.scene_container
Change-Id: I6c57d9d4a4430790da21d5e9f332d38cf6360312
parent 59f6b321
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -6462,7 +6462,6 @@ public class NotificationStackScrollLayout
    };
    };


    public HeadsUpTouchHelper.Callback getHeadsUpCallback() {
    public HeadsUpTouchHelper.Callback getHeadsUpCallback() {
        SceneContainerFlag.assertInLegacyMode();
        return mHeadsUpCallback;
        return mHeadsUpCallback;
    }
    }