Bug: version drop in app bar doesn’t show selected value

This commit is contained in:
Hillel Coren 2020-09-09 10:19:41 +03:00
parent b7b1aa97ef
commit 4c7293b4ce
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class _PDFScaffoldState extends State<PDFScaffold> {
child: IgnorePointer(
ignoring: _isLoading,
child: AppDropdownButton<String>(
value: widget.activityId,
value: _activityId,
onChanged: (dynamic activityId) {
setState(() {
_activityId = activityId;