Browse Source

Fix activate bug

Robert Payne 9 năm trước cách đây
mục cha
commit
b74aea8e91
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Masonry/MASViewConstraint.m

+ 1 - 1
Masonry/MASViewConstraint.m

@@ -288,7 +288,7 @@ static char kInstalledConstraintsKey;
 #pragma mark - MASConstraint
 #pragma mark - MASConstraint
 
 
 - (void)activate {
 - (void)activate {
-    [self installedView];
+    [self install];
 }
 }
 
 
 - (void)deactivate {
 - (void)deactivate {