Skip to content

CoroutinesHomework#15

Open
aksenovasmail-git wants to merge 5 commits intoAndroid-Developer-Basic:masterfrom
aksenovasmail-git:master
Open

CoroutinesHomework#15
aksenovasmail-git wants to merge 5 commits intoAndroid-Developer-Basic:masterfrom
aksenovasmail-git:master

Conversation

@aksenovasmail-git
Copy link

No description provided.

private var time: Duration by Delegates.observable(Duration.ZERO) { _, _, newValue ->
binding.time.text = newValue.toDisplayString()
}
private val timeFlow = MutableStateFlow(Duration.ZERO)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

По заданию нужно создавать timeFlow в onViewCreated с учетом значения из bundle, а не как поле класса

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants