; * java/org/gnu/emacs/EmacsDesktopNotification.java (display1): Another fix.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user