mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-29 04:29:33 +00:00
Update to 8.6.0
This commit is contained in:
parent
3708e9847a
commit
d30f796d8c
2625 changed files with 166215 additions and 59265 deletions
|
|
@ -16,7 +16,6 @@ import android.util.Base64;
|
|||
import org.telegram.tgnet.SerializedData;
|
||||
import org.telegram.tgnet.TLRPC;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Arrays;
|
||||
|
||||
public class UserConfig extends BaseController {
|
||||
|
|
@ -341,7 +340,7 @@ public class UserConfig extends BaseController {
|
|||
}
|
||||
|
||||
public void clearConfig() {
|
||||
getPreferences().edit().clear().commit();
|
||||
getPreferences().edit().clear().apply();
|
||||
|
||||
sharingMyLocationUntil = 0;
|
||||
lastMyLocationShareTime = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue