mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 14:57:38 +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" +
|
" - are \n" +
|
||||||
" - no \n" +
|
" - no \n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"link elements.\n" +
|
"link eledments.\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"----\n" +
|
"----\n" +
|
||||||
"**Everything** else could be in here.\n" +
|
"**Everything** else could be in here.\n" +
|
||||||
|
|
|
@ -348,7 +348,7 @@ public class NotesListViewActivity extends AppCompatActivity implements ItemAdap
|
||||||
startActivityForResult(createIntent, create_note_cmd);
|
startActivityForResult(createIntent, create_note_cmd);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
s
|
|
||||||
private void setupNavigationList(final String selectedItem) {
|
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);
|
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);
|
itemFavorites = new NavigationItem(ADAPTER_KEY_STARRED, getString(R.string.label_favorites), null, R.drawable.ic_star_yellow_24dp);
|
||||||
|
|
Loading…
Reference in a new issue