Temporary revert
This commit is contained in:
parent
528907057a
commit
d46ad9d3e2
1 changed files with 2 additions and 1 deletions
|
@ -75,8 +75,9 @@ public class ApiElevenPlus {
|
|||
return notif;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
public static void setNotificationLatestEventInfo(Notification notif,
|
||||
Context context, String title, String content, PendingIntent intent) {
|
||||
notif.contentIntent = intent;
|
||||
notif.setLatestEventInfo(context, title, content, intent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue