0
0
Fork 0
mirror of https://github.com/YTVanced/Integrations synced 2024-11-30 15:13:03 +00:00
This commit is contained in:
caneleex 2021-07-24 18:55:45 +02:00
parent aedb3ab171
commit 633812bc8f

View file

@ -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();
}; };