diff --git a/app/src/main/java/net/headlezz/notificationlogger/createnotification/NotificationCreationFragment.java b/app/src/main/java/net/headlezz/notificationlogger/createnotification/NotificationCreationFragment.java index f36de0a..e6c937d 100644 --- a/app/src/main/java/net/headlezz/notificationlogger/createnotification/NotificationCreationFragment.java +++ b/app/src/main/java/net/headlezz/notificationlogger/createnotification/NotificationCreationFragment.java @@ -23,9 +23,7 @@ import butterknife.ButterKnife; public class NotificationCreationFragment extends Fragment implements View.OnClickListener, NotificationScheduleHelper.NotificationScheduleManagerCallback { - // TODO permissions to vibrate etc? // TODO intent - // TODO check id size @Bind(R.id.create_etId) EditText etId;