BigTextStyle
isaac99kr opened this issue · 3 comments
First of all, thank you so much for developers.
I love this plugin.
I found a little thing, please confirm my recommendation.
When I use this with long text, message is ended with ... and cannot read the whole text.
I added a line
.setStyle(new NotificationCompat.BigTextStyle().bigText(message));
where set NotificationCompat.Builder.
I refered
https://developer.android.com/reference/android/app/Notification.BigTextStyle
Thanks!
this part is the solution what i did.
I added a line
.setStyle(new NotificationCompat.BigTextStyle().bigText(message));
where set NotificationCompat.Builder.
and i rebuild a Jar file.
Thanks!
If anyone wants a modified .jar with big text (@isaac99kr solution) I'm attaching it.
And thanks for the solution @isaac99kr you saved me some problems :D