Fix layout of "first conversation" prompt.

This commit is contained in:
Matthew Chen 2019-03-01 14:42:21 -05:00
parent 14c5c21180
commit 2112f04abb
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ typedef NS_ENUM(NSInteger, HomeViewControllerSection) {
};
[layerView addSubview:label];
[label ows_autoPinToSuperviewMargins];
[label autoPinEdgesToSuperviewMargins];
layerView.userInteractionEnabled = YES;
[layerView