Chih-Wei Lin
Results
2
issues of
Chih-Wei Lin
Non-SDK API: Landroid/widget/TextView;->mCursorDrawableRes:I # Use the new get/setTextCursorDrawable
https://github.com/hbb20/CountryCodePickerProject/blob/3dec41356dc7a81387e541e63187c39dae096c5a/ccp/src/main/java/com/hbb20/CountryCodeDialog.java#L50 `mCursorDrawableRes` is non-SDK api. Consider using `get/setTextCursorDrawable` that recommend by official? https://developer.android.com/about/versions/10/non-sdk-q
I guess it can prevent the async call setLoadingIndicator() when view was destroy. But in `todo‑mvp‑rxjava`, the async call would be dispose when view on pause. Is it necessary to...