This commit is contained in:
caneleex 2021-07-24 18:55:45 +02:00
parent 518572967b
commit 45f67d4f29

View File

@ -190,7 +190,6 @@ public abstract class SponsorBlockUtils {
};
private static final Runnable toastRunnable = () -> {
Context context = appContext.get();
Log.d("cock", String.valueOf(context));
if (context != null && messageToToast != null)
Toast.makeText(context, messageToToast, Toast.LENGTH_LONG).show();
};