mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-04-30 21:19:33 +00:00
Update to 8.7.0
This commit is contained in:
parent
0abe4541dd
commit
1e50785b90
306 changed files with 22967 additions and 3965 deletions
|
|
@ -806,7 +806,10 @@ public class SharedConfig {
|
|||
SharedPreferences.Editor editor = preferences.edit();
|
||||
editor.putBoolean("save_gallery", saveToGallery);
|
||||
editor.commit();
|
||||
checkSaveToGalleryFiles();
|
||||
ImageLoader.getInstance().checkMediaPaths();
|
||||
ImageLoader.getInstance().getCacheOutQueue().postRunnable(() -> {
|
||||
checkSaveToGalleryFiles();
|
||||
});
|
||||
}
|
||||
|
||||
public static void toggleAutoplayGifs() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue