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

Skip to content
Commit 01fcc95c authored by Azhara Assanova's avatar Azhara Assanova
Browse files

Correct nullability annotation in onActivityResult()

The intent argument inside Activity#onActivityResult should be @Nullable
instead of @NonNull. That is because apps can set the result via
Activity#setResult(int resultCode), which leads to a null result intent.

Bug: 293467489
Test: m and flash
Change-Id: I962c477cde556803277483d58423292d4f70e0c3
parent 3da334ca
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