fixes for NewPipe version 0.28.0

This commit is contained in:
Julian Winkler
2025-08-31 11:10:40 +02:00
committed by Mis012
parent d52985a6df
commit e7318f0757
8 changed files with 30 additions and 12 deletions

View File

@@ -512,8 +512,6 @@ public class Activity extends ContextThemeWrapper implements Window.Callback, La
this.intent = newIntent;
}
public void unregisterReceiver(BroadcastReceiver receiver) {}
public Intent getParentActivityIntent() {
return null;
}