Fix oneui notification (#2902)

This commit is contained in:
LoveSy 2023-12-30 00:35:21 +08:00 committed by GitHub
parent edecd5c253
commit ab0ee265b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class FakeContext extends ContextWrapper {
@Override
public ContentResolver getContentResolver() {
return null;
return new ContentResolver(this) {
};
}
public int getUserId() {