mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-13 18:46:53 +01:00
ah yes
This commit is contained in:
parent
1553a5e219
commit
b1be9dc9aa
@ -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();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user