mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Oops, checking wrong platform capability.
This commit is contained in:
parent
14edb093f2
commit
105948d78c
@ -4892,7 +4892,7 @@ public class MessagingController implements Runnable {
|
||||
builder.setStyle(style);
|
||||
|
||||
builder.addAction(
|
||||
platformSupportsExtendedNotifications()
|
||||
platformSupportsLockScreenNotifications()
|
||||
? R.drawable.ic_action_single_message_options_dark_vector
|
||||
: R.drawable.ic_action_single_message_options_dark,
|
||||
context.getString(R.string.notification_action_reply),
|
||||
|
Loading…
Reference in New Issue
Block a user