mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
GitHub Actions - Test unit test failure
Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
parent
3e613eb9ac
commit
cc15c11007
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ public class NoteLinksUtilsTest {
|
|||
" - are \n" +
|
||||
" - no \n" +
|
||||
"\n" +
|
||||
"link elements.\n" +
|
||||
"link eledments.\n" +
|
||||
"\n" +
|
||||
"----\n" +
|
||||
"**Everything** else could be in here.\n" +
|
||||
|
|
|
@ -348,7 +348,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
|
|||
startActivityForResult(createIntent, create_note_cmd);
|
||||
});
|
||||
}
|
||||
s
|
||||
|
||||
private void setupNavigationList(final String selectedItem) {
|
||||
itemRecent = new NavigationItem(ADAPTER_KEY_RECENT, getString(R.string.label_all_notes), null, R.drawable.ic_access_time_grey600_24dp);
|
||||
itemFavorites = new NavigationItem(ADAPTER_KEY_STARRED, getString(R.string.label_favorites), null, R.drawable.ic_star_yellow_24dp);
|
||||
|
|
Loading…
Reference in a new issue