Commit afeb66b1 authored by DrKLO's avatar DrKLO

fixed forwarded messages name position, fixed login activity state restore

parent 0b01da67
...@@ -82,7 +82,7 @@ android { ...@@ -82,7 +82,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 19 targetSdkVersion 19
versionCode 222 versionCode 223
versionName "1.4.10" versionName "1.4.10"
} }
} }
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
android:name="org.telegram.ui.LaunchActivity" android:name="org.telegram.ui.LaunchActivity"
android:windowSoftInputMode="adjustResize" android:windowSoftInputMode="adjustResize"
android:hardwareAccelerated="true" android:hardwareAccelerated="true"
android:launchMode="singleTask"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"> android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
...@@ -136,6 +136,7 @@ public class ChatMessageCell extends ChatBaseCell { ...@@ -136,6 +136,7 @@ public class ChatMessageCell extends ChatBaseCell {
drawName = true; drawName = true;
} else { } else {
maxWidth = Utilities.displaySize.x - Utilities.dp(80); maxWidth = Utilities.displaySize.x - Utilities.dp(80);
drawName = false;
} }
backgroundWidth = maxWidth; backgroundWidth = maxWidth;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment