Add default case to NoteListWidget

This commit is contained in:
Christoph Loy 2020-03-06 22:23:50 +01:00 committed by Niedermann IT-Dienstleistungen
parent ed1580e488
commit e0b1d125db

View file

@ -154,8 +154,8 @@ public class NoteListWidget extends AppWidgetProvider {
} else {
return category;
}
default:
return null;
}
return null;
}
}