WIP: Add SettingsMigration to change YouTube trending kiosk tab

This commit is contained in:
TobiGr 2025-07-22 00:01:40 +02:00 committed by Stypox
parent 86efde5996
commit ed93603815
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
5 changed files with 192 additions and 48 deletions

View file

@ -78,8 +78,8 @@ import org.schabi.newpipe.player.Player;
import org.schabi.newpipe.player.event.OnKeyDownListener;
import org.schabi.newpipe.player.helper.PlayerHolder;
import org.schabi.newpipe.player.playqueue.PlayQueue;
import org.schabi.newpipe.settings.SettingMigrations;
import org.schabi.newpipe.settings.UpdateSettingsFragment;
import org.schabi.newpipe.settings.migration.MigrationManager;
import org.schabi.newpipe.util.Constants;
import org.schabi.newpipe.util.DeviceUtils;
import org.schabi.newpipe.util.KioskTranslator;
@ -195,7 +195,7 @@ public class MainActivity extends AppCompatActivity {
UpdateSettingsFragment.askForConsentToUpdateChecks(this);
}
SettingMigrations.showUserInfoIfPresent(this);
MigrationManager.showUserInfoIfPresent(this);
}
@Override