removed todo

This commit is contained in:
danijoo
2016-01-01 23:49:21 +01:00
parent 10a9f5d3ce
commit 54f3dd3b57

View File

@@ -23,9 +23,7 @@ import butterknife.ButterKnife;
public class NotificationCreationFragment extends Fragment implements View.OnClickListener, NotificationScheduleHelper.NotificationScheduleManagerCallback { public class NotificationCreationFragment extends Fragment implements View.OnClickListener, NotificationScheduleHelper.NotificationScheduleManagerCallback {
// TODO permissions to vibrate etc?
// TODO intent // TODO intent
// TODO check id size
@Bind(R.id.create_etId) @Bind(R.id.create_etId)
EditText etId; EditText etId;