Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 8486a3b

Browse files
committed
0.5.0 Development pre-release 2
1 parent f40af66 commit 8486a3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 41
14-
versionName "0.5.0-dev1"
13+
versionCode 42
14+
versionName "0.5.0-dev2"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/java/com/fox2code/mmm/module/ModuleViewAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public boolean update(ModuleHolder moduleHolder) {
266266
if (this.actionButtonsTypes.isEmpty()) {
267267
this.moduleOptionsHolder.setVisibility(View.GONE);
268268
this.moduleLayoutHelper.setVisibility(View.GONE);
269-
} else if (this.actionButtonsTypes.size() > 3 || !hasUpdateText) {
269+
} else if (this.actionButtonsTypes.size() > 2 || !hasUpdateText) {
270270
this.moduleLayoutHelper.setMinHeight(Math.max(CompatDisplay.dpToPixel(36F),
271271
this.moduleOptionsHolder.getHeight() - CompatDisplay.dpToPixel(14F)));
272272
} else {

0 commit comments

Comments
 (0)