mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-10 01:18:55 +00:00
Make fillBaseContext() method private
This is consistent with fillAppInfo() and fillAppContext(), which are also private.
This commit is contained in:
parent
111d02fca4
commit
a7c3c9a54c
@ -154,7 +154,7 @@ public final class Workarounds {
|
||||
}
|
||||
}
|
||||
|
||||
public static void fillBaseContext() {
|
||||
private static void fillBaseContext() {
|
||||
try {
|
||||
fillActivityThread();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user