mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
ArrayList to List refactoring
This commit is contained in:
@ -39,7 +39,7 @@ class WidgetConfigureActivity : SimpleActivity() {
|
||||
private var mCurrentNoteId = 0L
|
||||
private var mIsCustomizingColors = false
|
||||
private var mShowTitle = false
|
||||
private var mNotes = ArrayList<Note>()
|
||||
private var mNotes = listOf<Note>()
|
||||
|
||||
public override fun onCreate(savedInstanceState: Bundle?) {
|
||||
useDynamicTheme = false
|
||||
|
Reference in New Issue
Block a user