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

Commit ecc395a5 authored by Michael Jurka's avatar Michael Jurka
Browse files

Fix the build

Change-Id: Ib4ea7df5459d025903d00361eb0e9477be299c85
parent 50c69b5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ public abstract class BaseStatusBar extends SystemUI implements

    }

    H createHandler() {
    protected H createHandler() {
         return new H();
    }

+1 −1
Original line number Diff line number Diff line
@@ -1038,7 +1038,7 @@ public class PhoneStatusBar extends BaseStatusBar {
    }

    @Override
    BaseStatusBar.H createHandler() {
    protected BaseStatusBar.H createHandler() {
        return new PhoneStatusBar.H();
    }

+1 −1
Original line number Diff line number Diff line
@@ -696,7 +696,7 @@ public class TabletStatusBar extends BaseStatusBar implements
    }

    @Override
    BaseStatusBar.H createHandler() {
    protected BaseStatusBar.H createHandler() {
        return new TabletStatusBar.H();
    }