Przeglądaj źródła

Merge branch 'master' of github.com:katzer/cordova-plugin-local-notifications

Sebastián Katzer 11 lat temu
rodzic
commit
4df084cd59
2 zmienionych plików z 1 dodań i 3 usunięć
  1. 1 1
      src/android/LocalNotification.java
  2. 0 2
      src/android/Options.java

+ 1 - 1
src/android/LocalNotification.java

@@ -418,4 +418,4 @@ public class LocalNotification extends CordovaPlugin {
     protected static NotificationManager getNotificationManager () {
         return (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
     }
-}
+}

+ 0 - 2
src/android/Options.java

@@ -167,8 +167,6 @@ public class Options {
         String icon = options.optString("icon", "icon");
         Bitmap bmp = null;
 
-        icon = "https://lh3.ggpht.com/r4Qq0soacA8Lz1gwo81cC5NlsOJE60HCmXOrN7I-pr9dG7ucae83nFY3uBvnFn4G1e5XzcmPRmNUrMIZi-wpSq9e30G9HwQWka8coPc";
-
         if (icon.startsWith("http")) {
             bmp = getIconFromURL(icon);
         } else if (icon.startsWith("file://")) {