mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 02:38:20 +00:00
It will appear a null object crash in quickstep launch when monkey test. Althoough the 'View v' is declared as NonNull, but there is a probability that it will return a null object after the 'isTaskViewVisible' judgement in 'findTaskViewToLaunch', Make a judgement before use to avoid crash. Change-Id: I4606853325641feaf26a79791cce2514cee80d4c Signed-off-by: Anle Pan <anle.pan@nxp.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>