mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 01:10:08 +02:00
misc: chore: Android: Clean up .NET code, resolve warnings
This commit is contained in:
@@ -22,7 +22,7 @@ namespace LibKenjinx.Android
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool DisplayErrorAppletDialog(string title, string message, string[] buttonsText)
|
||||
public bool DisplayErrorAppletDialog(string? title, string? message, string[] buttonsText)
|
||||
{
|
||||
Interop.UpdateUiHandler(title ?? "",
|
||||
message ?? "",
|
||||
@@ -58,7 +58,7 @@ namespace LibKenjinx.Android
|
||||
return _isOkPressed;
|
||||
}
|
||||
|
||||
public bool DisplayMessageDialog(string title, string message)
|
||||
public bool DisplayMessageDialog(string? title, string? message)
|
||||
{
|
||||
Interop.UpdateUiHandler(title ?? "",
|
||||
message ?? "",
|
||||
|
||||
Reference in New Issue
Block a user