Skip to content

Commit d2fb924

Browse files
committed
Fix missing import
refs #141
1 parent a0ae20e commit d2fb924

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/notes/fragments/NoteFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import com.simplemobiletools.notes.helpers.GRAVITY_CENTER
2020
import com.simplemobiletools.notes.helpers.GRAVITY_RIGHT
2121
import com.simplemobiletools.notes.helpers.NOTE_ID
2222
import com.simplemobiletools.notes.models.Note
23+
import kotlinx.android.synthetic.main.fragment_note.*
2324
import kotlinx.android.synthetic.main.fragment_note.view.*
2425
import java.io.File
2526

0 commit comments

Comments
 (0)