mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
DebugScreen: Allow levels dialog to be dismissed
This commit is contained in:
@ -204,11 +204,13 @@ class _DebugScreenState extends State<DebugScreen> {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
var l = await showDialog(context: context, builder: (context) => dialog);
|
var l = await showDialog(context: context, builder: (context) => dialog);
|
||||||
|
if (l != null) {
|
||||||
setState(() {
|
setState(() {
|
||||||
filterLevel = l;
|
filterLevel = l;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
class FilterListTile extends StatelessWidget {
|
class FilterListTile extends StatelessWidget {
|
||||||
final String publicLevel;
|
final String publicLevel;
|
||||||
|
Reference in New Issue
Block a user