mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-09 10:36:47 +01:00
refact: remove useless imports and newline
This commit is contained in:
parent
e98bcd2216
commit
63358f1ba4
@ -1,6 +1,5 @@
|
|||||||
package app.revanced.integrations;
|
package app.revanced.integrations;
|
||||||
|
|
||||||
import android.annotation.SuppressLint;
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.util.Log;
|
import android.util.Log;
|
||||||
|
|
||||||
@ -8,7 +7,6 @@ public class Globals {
|
|||||||
public static Context context;
|
public static Context context;
|
||||||
|
|
||||||
public static Context getAppContext() {
|
public static Context getAppContext() {
|
||||||
|
|
||||||
if (context != null) {
|
if (context != null) {
|
||||||
return context;
|
return context;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user