Browse Source

Subtitle wird nicht benötigt

Sebastián Katzer 12 years ago
parent
commit
9615f3d215
1 changed files with 0 additions and 9 deletions
  1. 0 9
      src/android/LocalNotificationOptions.java

+ 0 - 9
src/android/LocalNotificationOptions.java

@@ -89,15 +89,6 @@ public class LocalNotificationOptions {
         return options.optString("title");
         return options.optString("title");
     }
     }
 
 
-    /**
-     * 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.
      * Gibt den Pfad zum Sound der Notification an.
      */
      */