Display dialog informing the user about the removal of the Top 50 kiosk

This commit is contained in:
tobigr 2025-07-18 12:13:51 +02:00 committed by TobiGr
parent 7e0ee4eb7a
commit 941f85781b
3 changed files with 36 additions and 1 deletions

View file

@ -80,6 +80,7 @@ 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.util.Constants;
import org.schabi.newpipe.util.DeviceUtils;
@ -197,6 +198,7 @@ public class MainActivity extends AppCompatActivity {
}
Localization.migrateAppLanguageSettingIfNecessary(getApplicationContext());
SettingMigrations.showUserInfoIfPresent(this);
}
@Override