Skip to content

Commit

Permalink
Reduce online status icon padding.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
  • Loading branch information
Ivansss committed Sep 19, 2024
1 parent c139836 commit 2d33f44
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 2d33f44

Please sign in to comment.