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 {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionCode 222
versionCode 223
versionName "1.4.10"
}
}
......@@ -52,7 +52,6 @@
android:name="org.telegram.ui.LaunchActivity"
android:windowSoftInputMode="adjustResize"
android:hardwareAccelerated="true"
android:launchMode="singleTask"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......
......@@ -136,6 +136,7 @@ public class ChatMessageCell extends ChatBaseCell {
drawName = true;
} else {
maxWidth = Utilities.displaySize.x - Utilities.dp(80);
drawName = false;
}
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