mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-05 23:51:00 +00:00
Update to 8.5.0
This commit is contained in:
parent
f0f858ad3f
commit
ad05eea682
159 changed files with 5963 additions and 3085 deletions
|
|
@ -6,6 +6,7 @@ import android.graphics.Canvas;
|
|||
import android.graphics.PorterDuff;
|
||||
import android.graphics.PorterDuffColorFilter;
|
||||
import android.graphics.drawable.Drawable;
|
||||
import android.os.Build;
|
||||
import android.util.TypedValue;
|
||||
import android.view.Gravity;
|
||||
import android.view.View;
|
||||
|
|
@ -81,7 +82,7 @@ public class SessionBottomSheet extends BottomSheet {
|
|||
if ((session.flags & 1) != 0) {
|
||||
timeText = LocaleController.getString("Online", R.string.Online);
|
||||
} else {
|
||||
timeText = LocaleController.stringForMessageListDate(session.date_active);
|
||||
timeText = LocaleController.formatDateTime(session.date_active);
|
||||
}
|
||||
timeView.setText(timeText);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue