We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9697112 commit f948921Copy full SHA for f948921
1 file changed
app/src/main/java/org/schabi/newpipe/settings/SettingMigrations.java
@@ -41,8 +41,8 @@ public final class SettingMigrations {
41
private static SharedPreferences sp;
42
43
/**
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.
+ * 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.
46
*/
47
private static final List<Consumer<Context>> MIGRATION_INFO = new ArrayList<>();
48
0 commit comments