We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
loadNoteTask
1 parent db2b62b commit cdc7817Copy full SHA for cdc7817
Simplenote/src/main/java/com/automattic/simplenote/NoteEditorFragment.java
@@ -531,7 +531,7 @@ protected Void doInBackground(String... args) {
531
protected void onPostExecute(Void nada) {
532
if (getActivity() == null || getActivity().isFinishing())
533
return;
534
- refreshContent(true);
+ refreshContent(false);
535
if (mMatchOffsets != null) {
536
int columnIndex = mNote.getBucket().getSchema().getFullTextIndex().getColumnIndex(Note.CONTENT_PROPERTY);
537
mHighlighter.highlightMatches(mMatchOffsets, columnIndex);
0 commit comments