Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version.first doesn't show me last changelog #2

Open
PokerAsh opened this issue Oct 8, 2018 · 1 comment
Open

version.first doesn't show me last changelog #2

PokerAsh opened this issue Oct 8, 2018 · 1 comment

Comments

@PokerAsh
Copy link

PokerAsh commented Oct 8, 2018

val version = mActivity.getAppVersion()
et_show_version4.setText("Last")
et_show_version4.setOnClickListener { _ -> Changelog.createDialog(ctx = mActivity, versionCode = version.first, title = et_show_version4.text.toString()).show() }

It shows me 3/3 of my changelog
Am I doing something wrong?

@derlin
Copy link
Owner

derlin commented Oct 14, 2018

What do you mean by 3/3 ? If it is version 3 out of 3, well, yes, this is the intended behaviour: it shows to the user the latest changes after update.

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

No branches or pull requests

2 participants