Make fillBaseContext() method private

This is consistent with fillAppInfo() and fillAppContext(), which are
also private.
This commit is contained in:
Romain Vimont 2023-08-22 20:08:50 +02:00
parent 111d02fca4
commit a7c3c9a54c

View File

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