Improve comment
This commit is contained in:
parent
bb9a1289d2
commit
cb15a70e46
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ public final class SettingMigrations {
|
||||||
private static SharedPreferences sp;
|
private static SharedPreferences sp;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* List of UI actions that are performed after the UI is initialized
|
* List of UI actions that are performed after the UI is initialized (e.g. showing alert
|
||||||
* to inform the user about changes that were applied by migrations.
|
* dialogs) to inform the user about changes that were applied by migrations.
|
||||||
*/
|
*/
|
||||||
private static final List<Consumer<Context>> MIGRATION_INFO = new ArrayList<>();
|
private static final List<Consumer<Context>> MIGRATION_INFO = new ArrayList<>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue