mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 18:38:36 +08:00
minor fix
This commit is contained in:
@ -90,7 +90,7 @@ class _DebugScreenState extends State<DebugScreen> {
|
||||
var appSettings = Provider.of<AppSettings>(context);
|
||||
var filterLevel = appSettings.debugLogLevel;
|
||||
|
||||
if (filterLevel == null || filterLevel.isEmpty) {
|
||||
if (filterLevel.isEmpty) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user