chore: ready for 12.0.x.

This commit is contained in:
Zhang Dian
2026-02-06 20:24:35 +08:00
parent 4ef1520e64
commit 925c368c53
27 changed files with 52 additions and 1859 deletions

View File

@@ -12,7 +12,7 @@ namespace Semi.Avalonia.Demo.Android;
MainLauncher = true,
LaunchMode = LaunchMode.SingleTop,
ConfigurationChanges = ConfigChanges.Orientation | ConfigChanges.ScreenSize | ConfigChanges.UiMode)]
public class MainActivity : AvaloniaMainActivity<App>
public class MainActivity : AvaloniaMainActivity
{
protected override AppBuilder CustomizeAppBuilder(AppBuilder builder)
{