mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-07 10:35:49 +01:00
ah yes
This commit is contained in:
parent
518572967b
commit
45f67d4f29
@ -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…
Reference in New Issue
Block a user