Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sridatta Gorugantula
Stickers
Commits
34080e0c
Commit
34080e0c
authored
Dec 26, 2019
by
Emre Çiftçi
Committed by
Amritpal Sandhu
Jan 27, 2020
Browse files
refactor(StickerPackInfoViewController): Change condition for increase readability
Co-Authored-By:
Zandor Smith
<
info@zsinfo.nl
>
parent
e3ad0511
Changes
1
Hide whitespace changes
Inline
Side-by-side
iOS/WAStickersThirdParty/StickerPackInfoViewController.swift
View file @
34080e0c
...
...
@@ -205,7 +205,7 @@ class StickerPackInfoViewController: UITableViewController {
}
override
func
tableView
(
_
tableView
:
UITableView
,
shouldHighlightRowAt
indexPath
:
IndexPath
)
->
Bool
{
return
!
(
indexPath
.
row
<=
2
)
return
indexPath
.
row
>
2
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment