Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Jan 24, 2024
1 parent 1ef85b8 commit 6dadcd8
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 @@ -208,7 +208,7 @@ class MainActivity :
if (f is DialogFragment) return

if (f is BlazeCampaignCreationPreviewFragment) // Context on why this is needed check GH issue #10563
animatorHelper.cancelToolBarAnimation()
animatorHelper.cancelToolbarAnimation()

when (val appBarStatus = (f as? BaseFragment)?.activityAppBarStatus ?: AppBarStatus.Visible()) {
is AppBarStatus.Visible -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class MainAnimatorHelper @Inject constructor(private val resourceProvider: Resou
}
}

fun cancelToolBarAnimation() {
fun cancelToolbarAnimation() {
toolbarAnimator.cancel()
}

Expand Down

0 comments on commit 6dadcd8

Please sign in to comment.