Skip to content

Commit

Permalink
Move constants
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm authored Oct 22, 2023
1 parent f74f9bc commit 8013a8b
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,9 @@ class TextNotesRepo @Inject constructor() {
notes.remove(note)
_textNotes.value = notes
}
}

private const val NOTE_EXT = "note"
private const val DUMMY_FILENAME = "Note"
private const val NEWLINE = "\n"

companion object {
private const val NOTE_EXT = "note"
private const val DUMMY_FILENAME = "Note"
private const val NEWLINE = "\n"
}
}

0 comments on commit 8013a8b

Please sign in to comment.