Update to 8.5.1

This commit is contained in:
xaxtix 2022-02-12 08:22:45 +03:00
parent 146cea26cd
commit 3b4919a542
99 changed files with 1900 additions and 816 deletions

View file

@ -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);