Skip to content

Commit

Permalink
Removed extra space in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Dec 13, 2024
1 parent 8b5b827 commit b9e5c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ private boolean handleFeatureAnnouncementClick() {
}

private boolean handleAppLocalePickerClick() {
// if the device is on API 33+, take the user to the system app settings to change the language
// if the device is on API 33+, take the user to the system app settings to change the language
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
mPerAppLocaleManager.openAppLanguageSettings(getContext());
return true;
Expand Down

0 comments on commit b9e5c5d

Please sign in to comment.