Skip to content
Commit 4a9fc440 authored by hupeng3's avatar hupeng3 Committed by Hu Peng
Browse files

Toast: Solve the NPE problem in session.java



In the if statement here, 'isFillDialogUiEnabled' should not be an
independent '||' operation, which will cause the previous addition to be
invalid. It should be in the same level as 'isViewFocusedLocked', and
use 'isRequestSupportFillDialog' replace.

Bug: 267986308

Test: Manual

Signed-off-by: default avatarhupeng3 <hp121520@gmail.com>
Change-Id: I8adc5eb7f24f2189e22b469f7c677bb2206cf3c8
parent 52cdf737
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