fixed slow rebuilding slightly
This commit is contained in:
parent
f5d2e991a8
commit
ebf09413fd
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ class ReceiptPage2State extends State<ReceiptPage2> {
|
|||
_futureCats.then((value) {
|
||||
_categories = null;
|
||||
_categories = value;
|
||||
setState(() {});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue