Merge \\"Fix build due to missing abstract method impl\\" into nyc-dev am: aeef7c4748
am: e0dc709ac8
Change-Id: I2360c6d049352c4e32f33096d3f659d636941417
This commit is contained in:
@@ -1798,6 +1798,12 @@ public final class BridgeContext extends Context {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Display getDisplay() {
|
||||
// pass
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getUserId() {
|
||||
return 0; // not used
|
||||
|
||||
Reference in New Issue
Block a user