Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc15c110 authored by stefan-niedermann's avatar stefan-niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

GitHub Actions - Test unit test failure

parent 3e613eb9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" +
+1 −1
Original line number Diff line number Diff line
@@ -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);