Fix homescreen wallpaper/favorite idol

This commit is contained in:
Ethan O'Brien
2024-04-02 10:48:15 -05:00
parent b583c82364
commit fcaf7f449a
2 changed files with 7 additions and 1 deletions

View File

@ -226,6 +226,9 @@ pub fn save_data(a6573cbe: &str, data: JsonValue, id: &str) {
pub fn save_acc(a6573cbe: &str, data: JsonValue) {
save_data(a6573cbe, data, "userdata");
}
pub fn save_acc_home(a6573cbe: &str, data: JsonValue) {
save_data(a6573cbe, data, "home");
}
pub fn get_acc_transfer(uid: i64, token: &str, password: &str) -> JsonValue {
loop {