Merge branch 'master' into 'master'

Set default version code values ​​for manual download

See merge request AuroraOSS/AuroraStore!124
This commit is contained in:
Rahul Patel
2021-05-26 20:00:49 +00:00

View File

@@ -99,6 +99,7 @@ class ManualDownloadSheet : BaseBottomSheet() {
B.txtLine3.text = ("${app.versionName} (${app.versionCode})")
B.versionCodeLayout.hint = "${app.versionCode}"
B.versionCodeLayout.editText?.setText("${app.versionCode}")
}
private fun attachActions() {
@@ -129,4 +130,4 @@ class ManualDownloadSheet : BaseBottomSheet() {
dismissAllowingStateLoss()
}
}
}
}