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

Skip to content
Commit 5184c9b0 authored by Raff Tsai's avatar Raff Tsai
Browse files

Fix Settings crash

- When user leaves WiFi control page, ApplicationState session
is onpause(), and removes all handler callback. But if a callback
is fired, remove callback can not remove it. Therefore Wifi callback
is received in Special app access page which is loading DataUsageState.
It caused object cast error because wifi callback want to cast
DataUsageState data to WifiSettingsState.
- The solution is do not rebuildList in paused state.

Fixes: 141321483
Test: manual, robolectric
Change-Id: I6690277932ccfcd332fc1432feafbc907fc79524
parent 85ce7cb0
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