Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Add Emotion Cat Desc Tooltip AutoDismiss (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
moondev03 authored Aug 13, 2024
1 parent 1609475 commit 3e4a08a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class SelectDiaryFragment : BaseFragment<FragmentSelectDiaryBinding>(R.layout.fr
setBalloonAnimation(BalloonAnimation.FADE)
setBalloonHighlightAnimation(BalloonHighlightAnimation.SHAKE)
setLifecycleOwner(viewLifecycleOwner)
setAutoDismissDuration(1500L)
build()
}
}
Expand Down

0 comments on commit 3e4a08a

Please sign in to comment.