Skip to content

Commit

Permalink
fixed clicking the dictionary update notification sometimes causing a…
Browse files Browse the repository at this point in the history
… crash
  • Loading branch information
sspanak committed Jan 17, 2025
1 parent fde8b6c commit 3c9972e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class AutoUpdateMonologue extends PopupDialog {

AutoUpdateMonologue(@NonNull Context context, @NonNull Intent intent, ConsumerCompat<String> activityFinisher) {
super(context, activityFinisher);
LanguageCollection.init(context);
parseIntent(intent);
}

Expand Down

0 comments on commit 3c9972e

Please sign in to comment.