mirror of
https://github.com/YTVanced/Integrations
synced 2024-11-30 15:13:03 +00:00
ah yes
This commit is contained in:
parent
aedb3ab171
commit
633812bc8f
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue