Skip to content

Commit

Permalink
fix(ios): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Mar 10, 2021
1 parent eca4e9e commit d325bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUITableViewRowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ - (void)configureBackground:(UITableViewCell *)cell
}

[(TiUITableViewCell *)cell setBackgroundGradient_:[self valueForKey:@"backgroundGradient"]];
if (IS_NULL_OR_NIL([self valueForKey:@"selectedBackgroundGradient"])) {
[(TiUITableViewCell *)cell setSelectedBackgroundGradient_:[self valueForKey:@"selectedBackgroundGradient"]];
if (IS_NULL_OR_NIL([self valueForKey:@"selectedBackgroundGradient"])) {
[(TiUITableViewCell *)cell setSelectedBackgroundGradient_:[self valueForKey:@"selectedBackgroundGradient"]];
}
[(TiUITableViewCell *)cell setBackgroundSelectedGradient_:[self valueForKey:@"backgroundSelectedGradient"]];

Expand Down

0 comments on commit d325bac

Please sign in to comment.