fixed slow rebuilding slightly

This commit is contained in:
Felix 2019-08-20 16:08:11 +01:00
parent f5d2e991a8
commit ebf09413fd
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class ReceiptPage2State extends State<ReceiptPage2> {
_futureCats.then((value) {
_categories = null;
_categories = value;
setState(() {});
});
}