File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Uno.UI.Runtime.Skia.Android Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030namespace Microsoft . UI . Xaml
3131{
3232 [ Activity ( ConfigurationChanges = ConfigChanges . Orientation | ConfigChanges . ScreenSize | ConfigChanges . UiMode , WindowSoftInputMode = SoftInput . AdjustPan | SoftInput . StateHidden ) ]
33- public class ApplicationActivity : Controls . NativePage
33+ public partial class ApplicationActivity : Controls . NativePage
3434 {
3535 private static UnoSKCanvasView ? _skCanvasView ;
3636 private static ClippedRelativeLayout ? _nativeLayerHost ;
@@ -450,7 +450,7 @@ public static string GetTypeAssemblyFullName(string type) =>
450450 public static string GetTypeAssemblyFullName ( string type ) => Type . GetType ( type ) ? . Assembly . FullName ! ;
451451#endif // !NET10_0_OR_GREATER
452452
453- internal class ClippedRelativeLayout : RelativeLayout
453+ internal partial class ClippedRelativeLayout : RelativeLayout
454454 {
455455 private SKPath _path = new SKPath ( ) ;
456456 private Path _androidPath = new Path ( ) ;
Original file line number Diff line number Diff line change 2222
2323namespace Uno . UI . Runtime . Skia . Android ;
2424
25- internal sealed class UnoSKCanvasView : GLSurfaceView
25+ internal sealed partial class UnoSKCanvasView : GLSurfaceView
2626{
2727 private readonly SkiaRenderHelper . FpsHelper _fpsHelper = new ( ) ;
2828 private SKPicture ? _picture ;
You can’t perform that action at this time.
0 commit comments