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

Commit 86af79e3 authored by Felix Nüsse's avatar Felix Nüsse Committed by Niedermann IT-Dienstleistungen
Browse files

remove accidentially commited change

parent 0d019015
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ public class SingleNoteWidgetFactory implements RemoteViewsService.RemoteViewsFa

        args.putLong(EditNoteActivity.PARAM_NOTE_ID, note.getId());
        args.putLong(EditNoteActivity.PARAM_ACCOUNT_ID, note.getAccountId());
        //args.putBoolean(EditNoteActivity.PARAM_WIDGET_CALLED, true);
        fillInIntent.putExtras(args);

        final var note_content = new RemoteViews(context.getPackageName(), R.layout.widget_single_note_content);