mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Add default case to NoteListWidget
This commit is contained in:
parent
ed1580e488
commit
e0b1d125db
1 changed files with 2 additions and 2 deletions
|
@ -154,8 +154,8 @@ public class NoteListWidget extends AppWidgetProvider {
|
|||
} else {
|
||||
return category;
|
||||
}
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue