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
9e40ce45
Commit
9e40ce45
authored
Dec 26, 2019
by
Emre Çiftçi
Committed by
Amritpal Sandhu
Jan 27, 2020
Browse files
refactor(AquaButton): Add space after else statement
Co-Authored-By:
Zandor Smith
<
info@zsinfo.nl
>
parent
34080e0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
iOS/WAStickersThirdParty/AquaButton.swift
View file @
9e40ce45
...
...
@@ -86,7 +86,7 @@ class GrayRoundedButton: RoundedButton {
didSet
{
if
isEnabled
{
tintColor
=
UIColor
.
white
}
else
{
}
else
{
tintColor
=
UIColor
.
gray
}
}
...
...
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