2
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-08-22 10:09:39 +00:00

Improve comment

This commit is contained in:
Stypox 2025-07-19 20:34:09 +02:00
parent 9697112db6
commit f94892166d
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23

View File

@ -41,8 +41,8 @@ public final class SettingMigrations {
private static SharedPreferences sp;
/**
* List of UI actions that are performed after the UI is initialized
* to inform the user about changes that were applied by migrations.
* List of UI actions that are performed after the UI is initialized (e.g. showing alert
* dialogs) to inform the user about changes that were applied by migrations.
*/
private static final List<Consumer<Context>> MIGRATION_INFO = new ArrayList<>();