Skip to content
Commit efc92029 authored by Colin Cross's avatar Colin Cross
Browse files

Switch else case to null in when expression to make it exhaustive

Using else to make the when expression exhaustive won't flag future
enum values that are not handled, so use the explicit null case
instead.

Test: m PackageManagerServiceHostTests
Change-Id: I818587d181231bbc198b731637248ed18bbcac21
parent 1206d8d7
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