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

Commit 10963d5b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Call SystemUIFactory.prepareSysUIComponentBuilder even for tests"

parents a33f9405 301d517c
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -113,8 +113,10 @@ public class SystemUIFactory {
                    .setShellCommandHandler(mWMComponent.getShellCommandHandler())
                    .setAppPairs(mWMComponent.getAppPairs());
        } else {
            // TODO: Call on prepareSysUIComponentBuilder but not with real components.
            builder = builder.setPip(Optional.ofNullable(null))
            // TODO: Call on prepareSysUIComponentBuilder but not with real components. Other option
            // is separating this logic into newly creating SystemUITestsFactory.
            builder = prepareSysUIComponentBuilder(builder, mWMComponent)
                    .setPip(Optional.ofNullable(null))
                    .setSplitScreen(Optional.ofNullable(null))
                    .setOneHanded(Optional.ofNullable(null))
                    .setBubbles(Optional.ofNullable(null))