Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information