|
@@ -251,7 +251,7 @@ public class MAIN extends WpadScreen {
|
|
|
|
|
|
WallpadDeviceSet mWallpadDeviceSet = new WallpadDeviceSet(mContext);
|
|
|
bNonInternetSupport = mWallpadDeviceSet.Get_NonInternetSupportUse();
|
|
|
- boolean bWeather = mWallpadDeviceSet.Get_Weather();
|
|
|
+ bWeather = mWallpadDeviceSet.Get_Weather();
|
|
|
mWallpadDeviceSet.closeDB();
|
|
|
Log.d(TAG, "[initScreen] bNonInternetSupport [" + bNonInternetSupport + "]");
|
|
|
|