Threema пре 3 година
родитељ
комит
065fc5736d

+ 2 - 2
app/build.gradle

@@ -12,7 +12,7 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")
 }
 
 // version codes
-def app_version = "4.7"
+def app_version = "4.71"
 def beta_suffix = "" // with leading dash
 
 /**
@@ -92,7 +92,7 @@ android {
         vectorDrawables.useSupportLibrary = true
         applicationId "ch.threema.app"
         testApplicationId 'ch.threema.app.test'
-        versionCode 735
+        versionCode 736
         versionName "${app_version}${beta_suffix}"
         resValue "string", "app_name", "Threema"
         // package name used for sync adapter - needs to match mime types below

+ 1 - 0
app/src/main/java/ch/threema/app/BuildFlavor.java

@@ -124,6 +124,7 @@ public class BuildFlavor {
 				case FLAVOR_HMS_WORK:
 					licenseType = LicenseType.HMS_WORK;
 					break;
+				case FLAVOR_STORE_THREEMA:
 				case FLAVOR_FDROID:
 					licenseType = LicenseType.SERIAL;
 					break;

+ 1 - 1
app/src/main/java/ch/threema/app/fragments/ContactsSectionFragment.java

@@ -378,7 +378,7 @@ public class ContactsSectionFragment
 			});
 
 			if (resumePauseHandler != null) {
-				resumePauseHandler.runOnActive(RUN_ON_ACTIVE_UPDATE_LIST, runIfActiveCreateList);
+				resumePauseHandler.runOnActive(RUN_ON_ACTIVE_UPDATE_LIST, runIfActiveUpdateList);
 			}
 		}
 

+ 1 - 1
app/src/main/res/layout/item_contact_list_recently_added.xml

@@ -61,7 +61,7 @@
 		android:stateListAnimator="@animator/selector_list_checkbox_bg"
 		android:visibility="visible"
 		app:layout_constraintBottom_toBottomOf="parent"
-		app:layout_constraintLeft_toLeftOf="parent"
+		app:layout_constraintLeft_toLeftOf="@id/recently_added_background"
 		app:layout_constraintTop_toTopOf="parent" />
 
 	<ch.threema.app.ui.CheckableView