fixed forwarded messages name position, fixed login activity state restore

This commit is contained in:
DrKLO 2014-04-04 23:35:35 +04:00
parent 0b01da670a
commit afeb66b18c
3 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionCode 222
versionCode 223
versionName "1.4.10"
}
}

View File

@ -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" />

View File

@ -136,6 +136,7 @@ public class ChatMessageCell extends ChatBaseCell {
drawName = true;
} else {
maxWidth = Utilities.displaySize.x - Utilities.dp(80);
drawName = false;
}
backgroundWidth = maxWidth;