Fix the build
Change-Id: Ib4ea7df5459d025903d00361eb0e9477be299c85
This commit is contained in:
@@ -249,7 +249,7 @@ public abstract class BaseStatusBar extends SystemUI implements
|
||||
|
||||
}
|
||||
|
||||
H createHandler() {
|
||||
protected H createHandler() {
|
||||
return new H();
|
||||
}
|
||||
|
||||
|
||||
@@ -1038,7 +1038,7 @@ public class PhoneStatusBar extends BaseStatusBar {
|
||||
}
|
||||
|
||||
@Override
|
||||
BaseStatusBar.H createHandler() {
|
||||
protected BaseStatusBar.H createHandler() {
|
||||
return new PhoneStatusBar.H();
|
||||
}
|
||||
|
||||
|
||||
@@ -696,7 +696,7 @@ public class TabletStatusBar extends BaseStatusBar implements
|
||||
}
|
||||
|
||||
@Override
|
||||
BaseStatusBar.H createHandler() {
|
||||
protected BaseStatusBar.H createHandler() {
|
||||
return new TabletStatusBar.H();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user