mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-13 02:11:07 -04:00
Merge branch 'onbarding-enable-forward-button' into 'master'
Enable Forward Button on Onboarding when going back See merge request AuroraOSS/AuroraStore!175
This commit is contained in:
@@ -136,6 +136,7 @@ class OnboardingActivity : BaseActivity() {
|
||||
|
||||
fun refreshButtonState() {
|
||||
B.btnBackward.isEnabled = lastPosition != 0
|
||||
B.btnForward.isEnabled = lastPosition != 4
|
||||
if (lastPosition == 4) {
|
||||
B.btnForward.text = getString(R.string.action_finish)
|
||||
B.btnForward.setOnClickListener {
|
||||
|
||||
Reference in New Issue
Block a user