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

Skip to content
Commit 26d7e38e authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Remove empty override of saveClirSetting in ImsPhoneBase.

When the CLIR setting is changed via GSM, the base Phone#saveClirSetting
method gets called to save the user's CLIR setting to shared prefs.
It turns out that when the IMS code was written, an empty stub override
was added for ImsPhone.  If an attempt was made to save the CLIR setting
over IMS, the network would be updated but the shared prefs would not be.

Removing the empty override ensures the default base Phone version of the
save logic gets used.

Test: Manual, performed CLIR set operations over IMS and verified saves.
Bug: 68029544
Change-Id: I678fccd8ec7c610002b503a18261e3807586af4d
parent 86429eb2
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