Fix layout of "first conversation" prompt.

pull/2/head
Matthew Chen 7 years ago
parent 14c5c21180
commit 2112f04abb

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

Loading…
Cancel
Save