We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bdae2 commit 8ad0543Copy full SHA for 8ad0543
1 file changed
app/src/main/java/com/example/mynotes/ui/fragments/notes/NotesFragment.kt
@@ -1,9 +1,8 @@
1
package com.example.mynotes.ui.fragments.notes
2
3
-import android.content.res.Configuration
4
import android.os.Bundle
5
import android.view.*
6
-import androidx.appcompat.app.AppCompatDelegate
+import android.widget.Toast
7
import androidx.databinding.DataBindingUtil
8
import androidx.fragment.app.Fragment
9
import androidx.lifecycle.ViewModelProvider
@@ -124,6 +123,7 @@ class NotesFragment : Fragment() {
124
123
//
125
// // Change UI Mode
126
// AppCompatDelegate.setDefaultNightMode(mode)
+ Toast.makeText(requireContext(), "Coming soon", Toast.LENGTH_LONG).show()
127
true
128
}
129
0 commit comments