Skip to content

Commit

Permalink
Remove toast for night mode quick action
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Nov 18, 2023
1 parent bb706b9 commit 474cf10
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class QuickActionNightMode(btn: ImageButton, fragment: Fragment) :
return@setOnClickListener
}
isSwitching = true
fragment.toast(fragment.getString(R.string.loading))

prefs.theme = if (prefs.theme == UserPreferences.Theme.Night) {
prefs.lastTheme
Expand Down

0 comments on commit 474cf10

Please sign in to comment.