Procházet zdrojové kódy

Subtitle wird nicht benötigt

Sebastián Katzer před 12 roky
rodič
revize
9615f3d215
1 změnil soubory, kde provedl 0 přidání a 9 odebrání
  1. 0 9
      src/android/LocalNotificationOptions.java

+ 0 - 9
src/android/LocalNotificationOptions.java

@@ -89,15 +89,6 @@ public class LocalNotificationOptions {
         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.
      */