зеркало из https://github.com/DeGsoft/maui-linux.git
[Tizen] Fix initialize of Device Independent Pixel option (#11070)
This commit is contained in:
Родитель
0f687e4b65
Коммит
9ab52ee41b
|
@ -341,6 +341,7 @@ namespace Xamarin.Forms
|
|||
|
||||
public static void Init(InitializationOptions options)
|
||||
{
|
||||
s_useDeviceIndependentPixel = options?.UseDeviceIndependentPixel ?? false;
|
||||
SetupInit(options.Context, options);
|
||||
}
|
||||
|
||||
|
@ -397,7 +398,6 @@ namespace Xamarin.Forms
|
|||
{
|
||||
if (options != null)
|
||||
{
|
||||
s_useDeviceIndependentPixel = options.UseDeviceIndependentPixel;
|
||||
s_platformType = options.PlatformType;
|
||||
s_useMessagingCenter = options.UseMessagingCenter;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче