mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 13:13:44 +02:00
remove separate logic from layout comment
This commit is contained in:
parent
1d65ac5096
commit
bb337a4084
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