Skip to content

Commit f948921

Browse files
committed
Improve comment
1 parent 9697112 commit f948921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/org/schabi/newpipe/settings/SettingMigrations.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public final class SettingMigrations {
4141
private static SharedPreferences sp;
4242

4343
/**
44-
* List of UI actions that are performed after the UI is initialized
45-
* to inform the user about changes that were applied by migrations.
44+
* List of UI actions that are performed after the UI is initialized (e.g. showing alert
45+
* dialogs) to inform the user about changes that were applied by migrations.
4646
*/
4747
private static final List<Consumer<Context>> MIGRATION_INFO = new ArrayList<>();
4848

0 commit comments

Comments
 (0)