Preparation for version switch from 19 to 21

This commit is contained in:
Florian Zevedei
2024-10-14 01:45:46 +02:00
parent fb88d15485
commit b37b1e2a64
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ public class PromptDialog : ModalDialog
{
var bf = new ButtonForm();
bf.AddButtonRow(new ButtonBase(BackLabel, "back"));
await Device.Send(Message, (ReplyMarkupBase)bf);
await Device.Send(Message, (IReplyMarkup)bf);
return;
}