-
Notifications
You must be signed in to change notification settings - Fork 0
Rename MauiGtkApplication to MauiApplication #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename MauiGtkApplication to MauiApplication #18
Conversation
|
Build Error: |
This issue will fix: MauiGtk#107 |
5449eba to
982cd16
Compare
|
んー… これは、名前を変えてもダメそうですねぇ |
|
maui-linux/src/Core/src/Platform/Tizen/MauiApplication.cs Lines 25 to 29 in 1d6a999
maui-linux/src/Core/src/Platform/Android/MauiApplication.cs Lines 18 to 22 in 1d6a999
protected MauiApplication()
{
Current = this; // 継承がないので、Gtk では多分エラーになる
IPlatformApplication.Current = this;
} |
|
Android は
) を継承しているっぽい Gtk は実装されていない:
|
|
いや、違うな。
これか。(さっきのは、 |
|
とりあえず、 protected MauiApplication()
{
Current = this;
IPlatformApplication.Current = this;
}これ試してみるか |
982cd16 to
86c6d5a
Compare
これを追加しても動かない |
|
とりあえず #17 に統合する |
86c6d5a to
b82c690
Compare
f262cb5
into
lemon73/rename-gtk-maui-app
…-app Rename MauiGtkApplication to MauiApplication (#18)
Rename MauiGtkApplication to MauiApplication
Description of Change
It has finally entered the realm of the usable.
Issues Fixed
Fixes MauiGtk#103