Skip to content

Commit

Permalink
Merge branch 'molly-6.40'
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Nov 16, 2023
2 parents 02fa8ab + f1fba2a commit 8ec49f2
Show file tree
Hide file tree
Showing 194 changed files with 15,013 additions and 9,939 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ ext {
MAPS_API_KEY = getEnv('CI_MAPS_API_KEY') ?: mapsApiKey
}

def canonicalVersionCode = 1355
def canonicalVersionName = "6.39.2"
def mollyRevision = 2
def canonicalVersionCode = 1361
def canonicalVersionName = "6.40.4"
def mollyRevision = 0

def postFixSize = 100

Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:exported="false"/>

<activity android:name=".profiles.edit.EditProfileActivity"
<activity android:name=".profiles.edit.CreateProfileActivity"
android:theme="@style/TextSecure.LightRegistrationTheme"
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>
Expand All @@ -912,7 +912,7 @@
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>

<activity android:name=".profiles.manage.ManageProfileActivity"
<activity android:name=".profiles.manage.EditProfileActivity"
android:theme="@style/TextSecure.LightTheme"
android:windowSoftInputMode="stateVisible|adjustResize"
android:exported="false"/>
Expand Down
Loading

0 comments on commit 8ec49f2

Please sign in to comment.