|
|
|
@ -346,7 +346,7 @@ public class SettingActivity extends BaseActivity implements ConfigCallback, Sit |
|
|
|
public void success() { |
|
|
|
public void success() { |
|
|
|
setCacheText(); |
|
|
|
setCacheText(); |
|
|
|
Config config = VodConfig.get().getConfig().json("").save(); |
|
|
|
Config config = VodConfig.get().getConfig().json("").save(); |
|
|
|
if (!config.isEmpty()) setConfig(); |
|
|
|
if (!config.isEmpty()) setConfig(config); |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
return true; |
|
|
|
return true; |
|
|
|
|