Skip to content

Commit 20e63a7

Browse files
committed
Rename note_editor.xml to note_editor_fragment.xml
1 parent d2d121a commit 20e63a7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/NoteEditorFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const val CALLER_KEY = "caller"
208208
@KotlinCleanup("Go through the class and select elements to fix")
209209
@KotlinCleanup("see if we can lateinit")
210210
class NoteEditorFragment :
211-
Fragment(R.layout.note_editor),
211+
Fragment(R.layout.note_editor_fragment),
212212
DeckSelectionListener,
213213
SubtitleListener,
214214
TagsDialogListener,
File renamed without changes.

0 commit comments

Comments
 (0)