Commit 271f999e by Sebastián Katzer

Property needs to be static

parent b539019b
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment