fixed clicking the dictionary update notification sometimes causing a crash
This commit is contained in:
parent
fde8b6ca0f
commit
3c9972e70e
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public class AutoUpdateMonologue extends PopupDialog {
|
||||||
|
|
||||||
AutoUpdateMonologue(@NonNull Context context, @NonNull Intent intent, ConsumerCompat<String> activityFinisher) {
|
AutoUpdateMonologue(@NonNull Context context, @NonNull Intent intent, ConsumerCompat<String> activityFinisher) {
|
||||||
super(context, activityFinisher);
|
super(context, activityFinisher);
|
||||||
|
LanguageCollection.init(context);
|
||||||
parseIntent(intent);
|
parseIntent(intent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue