mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-27 08:44:44 +00:00
Merge branch '4.1.3' into merge/4.1.3
This commit is contained in:
commit
92d5aefe34
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ public class PartisanLog {
|
|||
}
|
||||
|
||||
private static boolean isTesterSettingsActivated() {
|
||||
if (SharedConfig.isTesterSettingsActivated()) {
|
||||
if (SharedConfig.activatedTesterSettingType != 0) {
|
||||
return true;
|
||||
}
|
||||
if (SharedConfig.isConfigLoaded()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue