You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks good =] I actually have similar series of changes pending.
The alert interfaces weren’t working with XCode15 on iOS17 on iPad due to new requirement introduced on XCode15 to require source/baritem for popoveralert (which.. is fixed by not having it be popover and instead a full screen dialogue) so… the TVAlertController’s modified to work along with… a lot of other changes in.. #2210 <— This PR. (Also revises import/logging/pvlibrary/game library/search interface/settings interfaces/game library pop up interface options ..etc in a very significant way so.. it’s probably good timing to get all these PRs merged now) @dnicolson@JoeMatt
JoeMatt
added
ui/ux
related to user interface and experience
autosquash
Bot will automatically squash and merge PRs after all checks and approvals are passed.
labels
Jan 3, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autosquashBot will automatically squash and merge PRs after all checks and approvals are passed.ui/uxrelated to user interface and experience
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do
Fixes the alert when the game is paused, similar to #2088.
Before and after:
