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

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

GitHub Actions - Test build failure

parent b4a85097
Loading
Loading
Loading
Loading
+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);