Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: shift due dates banner overlap #55

Merged
merged 2 commits into from
Jul 30, 2024
Merged

Conversation

forgotvas
Copy link
Collaborator

@forgotvas forgotvas commented Jul 29, 2024

[iOS] The loading indicator overlaps “Shift due dates” button openedx#419

How it works now:

Simulator.Screen.Recording.-.iPhone.15.-.2024-07-29.at.21.18.12.mp4

Also that PR contains fix for profile icon issue on profile tab on iOS 15 it disappears when you go to settings and then go back to profile

Comment on lines +191 to +193
if viewModel.selection != .profile {
controller.navigationController?.setNavigationBarHidden(true, animated: false)
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@forgotvas Is this change related to the mentioned issue?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that change related to profile icon issue on profile tab on iOS 15 it disappears when you go to settings and then go back to profile. So just fixed in that PR too. Added to description.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the issue is also with the parsing, app is expecting, "account_privacy": "private" but server is returning "account_privacy": "PRIVATE".

Can you look into it under the same PR or should create a separate ticket for it.

Credentials: rtester97/Fedx1234

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added in #59

@rnr rnr merged commit e7eb423 into 2U/develop Jul 30, 2024
3 checks passed
@rnr rnr deleted the fix/dates-banner-overlay branch July 30, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants