Explorar o código

Property needs to be static

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
271f999e06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;