修改设置图片后背景图片数据丢失问题。
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Wed Dec 03 10:59:39 GMT 2025
|
#Wed Dec 03 11:30:35 GMT 2025
|
||||||
stageCount=13
|
stageCount=13
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.11
|
baseVersion=15.11
|
||||||
publishVersion=15.11.12
|
publishVersion=15.11.12
|
||||||
buildCount=129
|
buildCount=131
|
||||||
baseBetaVersion=15.11.13
|
baseBetaVersion=15.11.13
|
||||||
|
|||||||
@@ -322,6 +322,7 @@ public class MainViewFragment extends Fragment {
|
|||||||
|
|
||||||
public void reloadBackground() {
|
public void reloadBackground() {
|
||||||
BackgroundSourceUtils utils = BackgroundSourceUtils.getInstance(getActivity());
|
BackgroundSourceUtils utils = BackgroundSourceUtils.getInstance(getActivity());
|
||||||
|
mBgSourceUtils.loadSettings();
|
||||||
BackgroundBean bean = utils.getCurrentBackgroundBean();
|
BackgroundBean bean = utils.getCurrentBackgroundBean();
|
||||||
mBackgroundView.loadBackground(bean);
|
mBackgroundView.loadBackground(bean);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -314,7 +314,7 @@ public class BackgroundSourceUtils {
|
|||||||
/**
|
/**
|
||||||
* 加载背景图片配置数据(核心:确保current/preview是两份独立的BackgroundBean实例)
|
* 加载背景图片配置数据(核心:确保current/preview是两份独立的BackgroundBean实例)
|
||||||
*/
|
*/
|
||||||
void loadSettings() {
|
public void loadSettings() {
|
||||||
// 1. 加载正式Bean(独立实例:从currentBackgroundBean.json加载,不存在则新建)
|
// 1. 加载正式Bean(独立实例:从currentBackgroundBean.json加载,不存在则新建)
|
||||||
currentBackgroundBean = BackgroundBean.loadBeanFromFile(currentBackgroundBeanFile.getAbsolutePath(), BackgroundBean.class);
|
currentBackgroundBean = BackgroundBean.loadBeanFromFile(currentBackgroundBeanFile.getAbsolutePath(), BackgroundBean.class);
|
||||||
if (currentBackgroundBean == null) {
|
if (currentBackgroundBean == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user