зеркало из https://github.com/DeGsoft/maui-linux.git
Removing now non-existent IsiOS8OrNewer check
This commit is contained in:
Родитель
9535315986
Коммит
2a9c6f75cf
|
@ -564,7 +564,7 @@ namespace Xamarin.Forms.Platform.iOS
|
|||
{
|
||||
var rowHeight = Element.RowHeight;
|
||||
|
||||
if (Element.HasUnevenRows && rowHeight == -1 && Forms.IsiOS8OrNewer)
|
||||
if (Element.HasUnevenRows && rowHeight == -1)
|
||||
Control.RowHeight = UITableView.AutomaticDimension;
|
||||
else
|
||||
Control.RowHeight = rowHeight <= 0 ? DefaultRowHeight : rowHeight;
|
||||
|
|
Загрузка…
Ссылка в новой задаче