I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 44989a42 authored by str4d's avatar str4d
Browse files

Remove bigText when replacing status

parent 3867eb6f
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ class StatusBar { ...@@ -50,6 +50,7 @@ class StatusBar {
public void replace(int icon, String text) { public void replace(int icon, String text) {
mNotifyBuilder.setSmallIcon(icon) mNotifyBuilder.setSmallIcon(icon)
.setStyle(null)
.setTicker(text); .setTicker(text);
update(text); update(text);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment