mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-13 22:26:51 +01:00
ah yes
This commit is contained in:
parent
1553a5e219
commit
b1be9dc9aa
@ -190,7 +190,6 @@ public abstract class SponsorBlockUtils {
|
|||||||
};
|
};
|
||||||
private static final Runnable toastRunnable = () -> {
|
private static final Runnable toastRunnable = () -> {
|
||||||
Context context = appContext.get();
|
Context context = appContext.get();
|
||||||
Log.d("cock", String.valueOf(context));
|
|
||||||
if (context != null && messageToToast != null)
|
if (context != null && messageToToast != null)
|
||||||
Toast.makeText(context, messageToToast, Toast.LENGTH_LONG).show();
|
Toast.makeText(context, messageToToast, Toast.LENGTH_LONG).show();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user