Skip to content

Commit

Permalink
Merge pull request #1807 from nextcloud/reduce-online-status-icon-pad…
Browse files Browse the repository at this point in the history
…ding

Reduce online status icon padding
  • Loading branch information
Ivansss committed Sep 19, 2024
2 parents c6ccddb + 2d33f44 commit ceba1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NextcloudTalk/RoomsTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ - (void)updateProfileButtonImage
UIImage *statusImage = nil;
if ([_activeUserStatus hasVisibleStatusIcon]) {
statusImage = [[_activeUserStatus getSFUserStatusIcon] withCircularBackgroundWithBackgroundColor:self.navigationController.navigationBar.barTintColor
diameter:14.0 padding:2.0];
diameter:14.0 padding:1.0];
}

// Status message icon
Expand Down

0 comments on commit ceba1a9

Please sign in to comment.