This commit is contained in:
caneleex 2021-07-24 18:55:45 +02:00
parent aedb3ab171
commit 633812bc8f
1 changed files with 0 additions and 1 deletions

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