MonkeyedTextInputEditText: add note about sunset plan

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
Jason A. Donenfeld 2020-09-15 12:44:55 +02:00
parent 92122e60c6
commit 9cf049775f

View File

@ -13,6 +13,12 @@ import com.google.android.material.R
import com.google.android.material.textfield.TextInputEditText
import com.google.android.material.textfield.TextInputLayout
/* Is this no longer necessary?
* https://github.com/material-components/material-components-android/pull/1163 was merged via
* https://github.com/material-components/material-components-android/commit/22973ff10305397bfc72fed41684175fee8aeefb .
* It would seem like we can now set expandedHintEnabled=false
* TODO: when a new material-components library comes out, switch to expandedHintEnabled=false.
*/
class MonkeyedTextInputEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.editTextStyle) : TextInputEditText(context, attrs, defStyleAttr) {
@Override
override fun getText(): Editable? {