mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 13:34:20 +01:00
Make fillBaseContext() method private
This is consistent with fillAppInfo() and fillAppContext(), which are also private.
This commit is contained in:
@@ -154,7 +154,7 @@ public final class Workarounds {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void fillBaseContext() {
|
private static void fillBaseContext() {
|
||||||
try {
|
try {
|
||||||
fillActivityThread();
|
fillActivityThread();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user