We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a75a52 commit ac48e06Copy full SHA for ac48e06
SweetUpdate/src/main/java/com/github/sweet/play/update/SweetPlayAppUpdaterBottomSheet.kt
@@ -207,6 +207,7 @@ class SweetPlayAppUpdaterBottomSheet(
207
208
private fun noUpdateAvailable() {
209
binding.tvUpdateAvailable.text = getString(R.string.no_update_available)
210
+ binding.tvUpdateAvailableMessage.visibility = View.GONE
211
binding.llUpdateAction.visibility = View.GONE
212
binding.llCheckingUpdate.visibility = View.GONE
213
binding.llUpdateDownloadProgress.visibility = View.GONE
0 commit comments