Skip to content

Commit

Permalink
Add Composeable
Browse files Browse the repository at this point in the history
  • Loading branch information
zhujiang2 committed Mar 31, 2021
1 parent c09dc4a commit 103fe57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions banner/src/main/java/com/zj/banner/BannerPager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fun <T : BaseBannerBean> BannerPager(
var mTimer: Timer? = null
var mTimerTask:TimerTask? = null

@Composable
fun startBanner(pagerState: PagerState, intervalTime: Long) {
val coroutineScope = rememberCoroutineScope()
mTimer?.cancel()
Expand Down

0 comments on commit 103fe57

Please sign in to comment.