Use NotificationPresenter - macOS
This commit is contained in:
parent
193c561815
commit
058bdfbced
17 changed files with 93 additions and 80 deletions
|
@ -12,7 +12,8 @@ namespace brightray {
|
|||
void Win32Notification::Show(
|
||||
const base::string16& title, const base::string16& msg,
|
||||
const std::string& tag, const GURL& icon_url,
|
||||
const SkBitmap& icon, const bool silent) {
|
||||
const SkBitmap& icon, const bool silent,
|
||||
const bool has_reply, const base::string16 reply_placeholder) {
|
||||
auto presenter = static_cast<NotificationPresenterWin7*>(this->presenter());
|
||||
if (!presenter) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue