mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Fix typo
This commit is contained in:
@@ -82,7 +82,7 @@ class ListHabitsActivity : AppCompatActivity(), Preferences.Listener {
|
||||
|
||||
override fun onPause() {
|
||||
midnightTimer.onPause()
|
||||
screen.onDettached()
|
||||
screen.onDetached()
|
||||
adapter.cancelRefresh()
|
||||
super.onPause()
|
||||
}
|
||||
|
||||
@@ -101,7 +101,7 @@ class ListHabitsScreen
|
||||
commandRunner.addListener(this)
|
||||
}
|
||||
|
||||
fun onDettached() {
|
||||
fun onDetached() {
|
||||
commandRunner.removeListener(this)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user