修复:转发通话记录开关状态保存失效

pull/115/head
pppscn 3 years ago
parent a222b8b27a
commit e9bb3aa627

@ -216,7 +216,7 @@ public class SettingActivity extends AppCompatActivity {
} else {
ToastUtils.show(R.string.toast_granted_part);
}
SettingUtil.switchEnableSms(true);
SettingUtil.switchEnablePhone(true);
}
@Override
@ -228,7 +228,7 @@ public class SettingActivity extends AppCompatActivity {
} else {
ToastUtils.show(R.string.toast_denied);
}
SettingUtil.switchEnableSms(false);
SettingUtil.switchEnablePhone(false);
}
});
} else {

Loading…
Cancel
Save