languagePickerScreenDidCancel(_:) Instance Method

func languagePickerScreenDidCancel(_ screen: PxUiLanguagePickerScreen)

References: PxUiLanguagePickerScreen

The user cancelled. The caller must still reconcile — the picker persists toggles per-mutation and downloads are irreversible, so a cancel can still leave a changed selection or a freshly-installed language. Read the current selection from the configuration’s store on cancel too.

Top