Bug: version drop in app bar doesn’t show selected value
This commit is contained in:
parent
b7b1aa97ef
commit
4c7293b4ce
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue