GitHub Actions - Test unit test failure

Signed-off-by: stefan-niedermann <info@niedermann.it>
This commit is contained in:
stefan-niedermann 2020-02-23 18:30:06 +01:00 committed by Niedermann IT-Dienstleistungen
parent 3e613eb9ac
commit cc15c11007
2 changed files with 2 additions and 2 deletions

View file

@ -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" +

View file

@ -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);