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

Skip to content
Commit a6d50df0 authored by Aditya's avatar Aditya
Browse files

Fix NPE in onCreate method of LoaderCallbacks.

The NPE occurs when the rootinfo object's member variables are accessed
before it has been initialized (in other words when it is null). To get
around this issue, a null check is put on the rootinfo object and if it
is null, the stack is reset to the "Recents" root for the selected
userId.

Test: Manual
Bug: 347114093
Flag: EXEMPT bugfix
Change-Id: I1fd3ac55e605bb4e42494a3d4c9ecdb4b9765646
parent 801bcb58
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