mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-30 21:19:33 +00:00
Update to 8.5.1
This commit is contained in:
parent
146cea26cd
commit
3b4919a542
99 changed files with 1900 additions and 816 deletions
|
|
@ -94,7 +94,7 @@ public class SharedConfig {
|
|||
public static boolean chatBubbles = Build.VERSION.SDK_INT >= 30;
|
||||
public static boolean autoplayGifs = true;
|
||||
public static boolean autoplayVideo = true;
|
||||
public static boolean raiseToSpeak = true;
|
||||
public static boolean raiseToSpeak = false;
|
||||
public static boolean customTabs = true;
|
||||
public static boolean directShare = true;
|
||||
public static boolean inappCamera = true;
|
||||
|
|
@ -331,7 +331,7 @@ public class SharedConfig {
|
|||
autoplayGifs = preferences.getBoolean("autoplay_gif", true);
|
||||
autoplayVideo = preferences.getBoolean("autoplay_video", true);
|
||||
mapPreviewType = preferences.getInt("mapPreviewType", 2);
|
||||
raiseToSpeak = preferences.getBoolean("raise_to_speak", true);
|
||||
raiseToSpeak = preferences.getBoolean("raise_to_speak", false);
|
||||
customTabs = preferences.getBoolean("custom_tabs", true);
|
||||
directShare = preferences.getBoolean("direct_share", true);
|
||||
shuffleMusic = preferences.getBoolean("shuffleMusic", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue