Describe your issue
In home_view.dart Taskrc parsing block is copy-pasted twice, doing the same work back-to-back.
|
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:
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
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: