mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +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 {
|
||||
fillActivityThread();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user