0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-02 01:02:39 +00:00

made notification expandable

This commit is contained in:
X1nto 2020-07-03 14:03:19 +04:00
parent 565e8d8a94
commit 3e9ddc856a

View file

@ -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)
} }