DescriptionPlatform Window: Fixing null checks.
PlatformWindowAndroid and PlatformImeControllerAndroid were using is_empty()
to check if a JavaObjectWeakGlobalRef is null, which is incorrect. The right
way to check is to get a ScopedJavaLocalRef reference (by calling get()) and
check that instead.
BUG=NONE
Committed: https://crrev.com/dfefa2980df04e17967d624c67bd2cba82397633
Cr-Commit-Position: refs/heads/master@{#363055}
Patch Set 1 #
Total comments: 3
Patch Set 2 : Addressing feedback. #
Messages
Total messages: 14 (3 generated)
|