fixes more error

This commit is contained in:
MrSluffy
2024-11-01 10:19:35 +08:00
parent 67f1da2742
commit 2e4a2330d3
25 changed files with 264 additions and 282 deletions
@@ -87,6 +87,13 @@ public class MainThreadInitializedObject<T extends SafeCloseable> {
mValue = value;
}
protected void onPostInit(Context context) {
}
public T getNoCreate() {
return mValue;
}
/**
* Initializes a provider based on resource overrides
*/