Minor formatting
This commit is contained in:
parent
4a92a37df2
commit
920e6499ab
@ -253,8 +253,7 @@ public class AppDetailsRecyclerViewAdapter
|
|||||||
if (mCallbacks.isAppDownloading()) {
|
if (mCallbacks.isAppDownloading()) {
|
||||||
vh.buttonPrimaryView.setText(R.string.downloading);
|
vh.buttonPrimaryView.setText(R.string.downloading);
|
||||||
vh.buttonPrimaryView.setEnabled(false);
|
vh.buttonPrimaryView.setEnabled(false);
|
||||||
} else if (!mCallbacks.isAppInstalled() && mApp.suggestedVersionCode > 0 &&
|
} else if (!mCallbacks.isAppInstalled() && mApp.suggestedVersionCode > 0 && mVersions.size() > 0) {
|
||||||
mVersions.size() > 0) {
|
|
||||||
// Check count > 0 due to incompatible apps resulting in an empty list.
|
// Check count > 0 due to incompatible apps resulting in an empty list.
|
||||||
// If App isn't installed
|
// If App isn't installed
|
||||||
//installed = false;
|
//installed = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user