Fix oneui notification (#2902)
This commit is contained in:
parent
edecd5c253
commit
ab0ee265b1
|
|
@ -54,7 +54,8 @@ public class FakeContext extends ContextWrapper {
|
|||
|
||||
@Override
|
||||
public ContentResolver getContentResolver() {
|
||||
return null;
|
||||
return new ContentResolver(this) {
|
||||
};
|
||||
}
|
||||
|
||||
public int getUserId() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue