Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when using [SwipeRefreshLayout+ListView], it throws UnsupportedOperationException #106

Closed
amoikevin opened this issue Mar 7, 2017 · 1 comment

Comments

@amoikevin
Copy link

amoikevin commented Mar 7, 2017

version:
0.5.0
code:
swipeRefreshLayout(()->{ size(MATCH, MATCH); refreshing(isRefreshing); skip(); listView(()->{ ....... ); skip(); });
Error:
java.lang.UnsupportedOperationException: removeView(View) is not supported in AdapterView
at android.widget.AdapterView.removeView(AdapterView.java:523)
at trikita.anvil.Anvil$Mount$Iterator.start(Anvil.java:280)
at trikita.anvil.BaseDSL.v(BaseDSL.java:74)
at trikita.anvil.BaseDSL.v(BaseDSL.java:93)
at trikita.anvil.support.core.ui.SupportCoreUiDSL.swipeRefreshLayout(SupportCoreUiDSL.java:104)

@amoikevin
Copy link
Author

never mind. I made a mistake. (/ □ )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant