mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-03 06:39:39 +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
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public final class Workarounds {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void fillBaseContext() {
|
private static void fillBaseContext() {
|
||||||
try {
|
try {
|
||||||
fillActivityThread();
|
fillActivityThread();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue