Preparation for version switch from 19 to 21
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user