public PromoteAlertDialog(Context context, Post post, Action <AutoLinkType, string> autoLinkAction) : this(context)
 {
     _presenter = new PromotePresenter();
     _presenter.SetClient(AppSettings.User.Chain == KnownChains.Steem ? App.SteemClient : App.GolosClient);
     _post           = post;
     _autoLinkAction = autoLinkAction;
     ShowEvent      += OnShowEvent;
 }
Пример #2
0
 public PromotePopup()
 {
     _presenter = new PromotePresenter();
     _presenter.SetClient(AppDelegate.SteemClient);
 }