-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe your issue
In home_view.dart Taskrc parsing block is copy-pasted twice, doing the same work back-to-back.
taskwarrior-flutter/lib/app/modules/home/views/home_view.dart
Lines 24 to 32 in f058b4a
| if (contents != null) { | |
| server = Taskrc.fromString(contents).server; | |
| credentials = Taskrc.fromString(contents).credentials; | |
| } | |
| if (contents != null) { | |
| server = Taskrc.fromString(contents).server; | |
| credentials = Taskrc.fromString(contents).credentials; | |
| } |
Steps to reproduce
What was the expected result?
Parsing should run once.
Put here any screenshots or videos (optional)
No response
How can we contact you (optional)
No response
Would you like to work on this issue?
Yes
By submitting this issue, I have confirmed that:
- I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working