Footer button filled for iphones
This commit is contained in:
parent
840b473587
commit
b1da7aaeed
@ -24,5 +24,9 @@
|
|||||||
if bottomPadding == nil {
|
if bottomPadding == nil {
|
||||||
bottomPadding = PaddingDefaultVerticalSpacing
|
bottomPadding = PaddingDefaultVerticalSpacing
|
||||||
}
|
}
|
||||||
|
guard let _ = molecule as? ButtonModel,
|
||||||
|
!MVMCoreGetterUtility.isOnIPad(),
|
||||||
|
horizontalAlignment == nil else { return }
|
||||||
|
horizontalAlignment = .fill
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user