Commit 9615f3d2 by Sebastián Katzer

Subtitle wird nicht benötigt

parent c817f59c
......@@ -90,15 +90,6 @@ public class LocalNotificationOptions {
}
/**
* Gibt den Untertitel der Notification an.
*/
public String getSubTitle () {
String[] lines = getMessage().split("\\r?\\n");
return (lines.length > 1) ? lines[1] : "";
}
/**
* Gibt den Pfad zum Sound der Notification an.
*/
public String getSound () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment