Make fillBaseContext() method private

This is consistent with fillAppInfo() and fillAppContext(), which are
also private.
camera.2
Romain Vimont 9 months ago
parent 111d02fca4
commit a7c3c9a54c

@ -154,7 +154,7 @@ public final class Workarounds {
}
}
public static void fillBaseContext() {
private static void fillBaseContext() {
try {
fillActivityThread();

Loading…
Cancel
Save