Parcourir la source

Property needs to be static

Sebastián Katzer il y a 12 ans
Parent
commit
271f999e06
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/android/LocalNotificationReceiver.java

+ 1 - 1
src/android/LocalNotificationReceiver.java

@@ -34,7 +34,7 @@ import android.os.Bundle;
  */
 public class LocalNotificationReceiver extends BroadcastReceiver {
 
-	public final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
+	public static final String OPTIONS = "LOCAL_NOTIFICATION_OPTIONS";
 
 	private Context context;
 	private LocalNotificationOptions options;