Max Katz
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Android/Avalonia.Android/Platform/SkiaPlatform/TopLevelImpl.cs
|
|
|
@ -40,7 +40,7 @@ namespace Avalonia.Android.Platform.SkiaPlatform |
|
|
|
_gl = GlPlatformSurface.TryCreate(this); |
|
|
|
_framebuffer = new FramebufferManager(this); |
|
|
|
|
|
|
|
RenderScaling = (int)_view.Scaling; |
|
|
|
RenderScaling = _view.Scaling; |
|
|
|
|
|
|
|
MaxClientSize = new PixelSize(_view.Resources.DisplayMetrics.WidthPixels, |
|
|
|
_view.Resources.DisplayMetrics.HeightPixels).ToSize(RenderScaling); |
|
|
|
|