mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-02 01:02:39 +00:00
made notification expandable
This commit is contained in:
parent
565e8d8a94
commit
3e9ddc856a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ object NotificationHelper {
|
||||||
notifBuilder.apply {
|
notifBuilder.apply {
|
||||||
setContentTitle(context.getString(R.string.app_name))
|
setContentTitle(context.getString(R.string.app_name))
|
||||||
setContentText(text)
|
setContentText(text)
|
||||||
|
setStyle(Notification.BigTextStyle().bigText(text))
|
||||||
setSmallIcon(R.drawable.ic_stat_name)
|
setSmallIcon(R.drawable.ic_stat_name)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue