1

After Opening Custom tab intent clicking on password field crashing application. And it is only crash if chrome browser version is (94.0.4606.80)

I am using latest appauth lib implementation 'net.openid:appauth:0.10.0'

android.view.InflateException: Binary XML file line #38 in com.android.chrome:layout/0_resource_name_obfuscated: Binary XML file line #6 in com.android.chrome:layout/0_resource_name_obfuscated: Error inflating class org.chromium.chrome.browser.keyboard_accessory.tab_layout_component.KeyboardAccessoryTabLayoutView

1 Answers1

1

This is a known bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1258187

A newer version of Chrome with this issue fixed is reportedly already being rolled out.

laalto
  • 150,114
  • 66
  • 286
  • 303
  • 1
    I see google chrome reverted back old version and current prod version is : 94.0.4606.71, This issue will be there for user who has updated their chrome version. – Nirmal Sinh Revar Oct 12 '21 at 14:08