Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public abstract class SelfNotifiableSlot<T extends EventData> extends AbstractSl
// Fields used in relevant Intent
private static final String ACTION_SATISFIED = "ryey.easer.triggerlotus.abstractslot.SATISFIED";
private static final String ACTION_UNSATISFIED = "ryey.easer.triggerlotus.abstractslot.UNSATISFIED";
private static final String CATEGORY_NOTIFY_SLOT = "ryey.easer.triggetlotus.category.NOTIFY_SLOT";
private static final String CATEGORY_NOTIFY_SLOT = "ryey.easer.triggerlotus.category.NOTIFY_SLOT";
/*
* Mechanisms and fields used to notify the slot itself, and then proceed to `onPositiveNotified()`.
* This is because some system-level checking mechanisms (e.g. data/time) need a PendingIntent.
Expand Down