Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Workaround for IllegalStateException in autofill activity #1205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 26, 2020

  1. Workaround for mozilla-lockwise#1076 and mozilla-lockwise#1157 - Ille…

    …galStateException in autofill activity
    
      It seems that in Android 8.0.0 (API 26) there is a bug where setting the
    auto fill activity window to translucent causes an exception to be thrown.
    Per mozilla-lockwise#1076 it doesn't happen on Android 8.1.
    
      This patch works around the problem by not setting the window to be
    translucent on API 26 only. The window is (obviously) not translucent, but
    the App doesn't crash and is otherwise usable.
    Governa authored and Fernando Governatore committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f2e834b View commit details
    Browse the repository at this point in the history