mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-03 06:20:11 +00:00
Update to 8.0.1 (2428)
This commit is contained in:
parent
368822d20f
commit
42feed0f42
351 changed files with 22083 additions and 13428 deletions
|
|
@ -12,12 +12,12 @@ public class DocumentObject {
|
|||
|
||||
public static class ThemeDocument extends TLRPC.TL_document {
|
||||
|
||||
public TLRPC.TL_themeSettings themeSettings;
|
||||
public TLRPC.ThemeSettings themeSettings;
|
||||
public TLRPC.Document wallpaper;
|
||||
public Theme.ThemeInfo baseTheme;
|
||||
public Theme.ThemeAccent accent;
|
||||
|
||||
public ThemeDocument(TLRPC.TL_themeSettings settings) {
|
||||
public ThemeDocument(TLRPC.ThemeSettings settings) {
|
||||
themeSettings = settings;
|
||||
baseTheme = Theme.getTheme(Theme.getBaseThemeKey(settings));
|
||||
accent = baseTheme.createNewAccent(settings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue