; * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Another fix.
This commit is contained in:
parent
d95f2a882d
commit
db5c8bda63
1 changed files with 3 additions and 2 deletions
|
@ -233,9 +233,10 @@ else if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB)
|
|||
{
|
||||
builder.setPriority (priority);
|
||||
insertActions (context, builder);
|
||||
notification = builder.build ();
|
||||
}
|
||||
|
||||
notification = builder.build ();
|
||||
else
|
||||
notification = builder.getNotification ();
|
||||
|
||||
if (Build.VERSION.SDK_INT > Build.VERSION_CODES.JELLY_BEAN)
|
||||
notification.priority = priority;
|
||||
|
|
Loading…
Add table
Reference in a new issue