-
Notifications
You must be signed in to change notification settings - Fork 945
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
Redesign Licenses Screen #149
base: develop
Are you sure you want to change the base?
Conversation
# Conflicts: # AltStore.xcodeproj/project.pbxproj # AltStore/Settings/LicensesViewController.swift # AltStore/Settings/Settings.storyboard
# Conflicts: # AltStore/Settings/Settings.storyboard
switch indexPath.row { | ||
case 0: | ||
cell.style = .top | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to declare break
. Please remove it.
break | ||
case licenses.count - 1: | ||
cell.style = .bottom | ||
break |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to declare break
. Please remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the review. You're right hehe.
Right now the PR can't be merged and since it has been opened for months without answer from Riley I'm not in a rush to update it. I will get to updating it eventually though and I will take your recommendation into account 😄
c27e889
to
e7afa23
Compare
6eacbfc
to
e80a49e
Compare
(originally on #31):
I moved the PR because I updated the branch to follow Git Flow as the main repo.
I also accepted the suggestions made there.