]> git.ipfire.org Git - thirdparty/strongswan.git/commit
android: Move hint from TextInputEditText to TextInputLayout
authorTobias Brunner <tobias@strongswan.org>
Wed, 4 Jul 2018 09:43:40 +0000 (11:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 4 Jul 2018 09:52:32 +0000 (11:52 +0200)
commitb2363b367852199310744e5646d2a2f76b7d4308
tree59971907936b3b02b630b2952a749ef0004a8a97
parent485d202adc28af83fdb75f5d3d080345afe5c642
android: Move hint from TextInputEditText to TextInputLayout

This avoids a NullPointerException on Android 8 related to the optional
Autofill functionality.  The bug has been fixed in Android 8.1 [1] but there
is no fix for Android 8.

[1] https://issuetracker.google.com/issues/67675432
src/frontends/android/app/src/main/res/layout/profile_detail_view.xml
src/frontends/android/app/src/main/res/layout/profile_import_view.xml