Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Aug 22, 2021
1 parent c892a84 commit 1fb56c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ListHabitsActivity : AppCompatActivity(), Preferences.Listener {

override fun onPause() {
midnightTimer.onPause()
screen.onDettached()
screen.onDetached()
adapter.cancelRefresh()
super.onPause()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class ListHabitsScreen
commandRunner.addListener(this)
}

fun onDettached() {
fun onDetached() {
commandRunner.removeListener(this)
}

Expand Down

0 comments on commit 1fb56c8

Please sign in to comment.