mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-20 05:33:44 +02:00
remove separate logic from layout comment
This commit is contained in:
parent
bf8f87dcab
commit
1a0d853bce
1 changed files with 0 additions and 3 deletions
|
@ -73,9 +73,6 @@ class _AvailabilitiesModificationScreenState
|
||||||
|
|
||||||
// TODO(freek): the selected period might be longer than 1 month
|
// TODO(freek): the selected period might be longer than 1 month
|
||||||
//so we need to get all the availabilites through a stream
|
//so we need to get all the availabilites through a stream
|
||||||
|
|
||||||
// TODO(Joey): separate logic from layout to adhere to the single
|
|
||||||
// responsibility principle
|
|
||||||
Future<void> onSave() async {
|
Future<void> onSave() async {
|
||||||
if (_clearAvailability) {
|
if (_clearAvailability) {
|
||||||
await service.clearAvailabilities(
|
await service.clearAvailabilities(
|
||||||
|
|
Loading…
Reference in a new issue