Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d483262f authored by Qingsheng Li's avatar Qingsheng Li Committed by Steve Kondik
Browse files

Telephony: Pass the subId when set data enabled

After rebooting device, setDataEnabled() is called using
the dummy subId, but before CMD_SET_USER_DATA_ENABLE is handled,
the vaild subId is read, so in onSetUserDataEnabled() method we use
valid subId to update db but not the dummy subId which we want to set.

Pass the subId when set data enabled to ensure that we can
save the mobile_data value to db using the correct subId.

Change-Id: I7c3944fa4c9922e66170e320742371374a034163
CRs-fixed: 930649
parent 5e3969d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment