mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
(Maybe) fix bug with singlenotewidget
This commit is contained in:
parent
592a8469ac
commit
82868d7585
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ public class SingleNoteWidgetFactory implements RemoteViewsService.RemoteViewsFa
|
|||
extras.putLong(EditNoteActivity.PARAM_NOTE_ID, note.getId());
|
||||
extras.putLong(EditNoteActivity.PARAM_ACCOUNT_ID, note.getAccountId());
|
||||
fillInIntent.putExtras(extras);
|
||||
fillInIntent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
|
||||
if (darkModeActive) {
|
||||
note_content = new RemoteViews(context.getPackageName(), R.layout.widget_single_note_content_dark);
|
||||
note_content.setOnClickFillInIntent(R.id.single_note_content_tv_dark, fillInIntent);
|
||||
|
|
Loading…
Reference in a new issue