mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
; * 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 @@ public final class EmacsDesktopNotification
|
|||
{
|
||||
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
Add a link
Reference in a new issue