Merge branch 'master' into 'master'
Set default version code values for manual download See merge request AuroraOSS/AuroraStore!124
This commit is contained in:
@@ -99,6 +99,7 @@ class ManualDownloadSheet : BaseBottomSheet() {
|
|||||||
B.txtLine3.text = ("${app.versionName} (${app.versionCode})")
|
B.txtLine3.text = ("${app.versionName} (${app.versionCode})")
|
||||||
|
|
||||||
B.versionCodeLayout.hint = "${app.versionCode}"
|
B.versionCodeLayout.hint = "${app.versionCode}"
|
||||||
|
B.versionCodeLayout.editText?.setText("${app.versionCode}")
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun attachActions() {
|
private fun attachActions() {
|
||||||
@@ -129,4 +130,4 @@ class ManualDownloadSheet : BaseBottomSheet() {
|
|||||||
dismissAllowingStateLoss()
|
dismissAllowingStateLoss()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user