karino2
karino2
I found similar issue when delete one item (OrmaAdapter sometime cause crash). Is this the same issue? My Orma version is 4.2.5. Note: My issue is hard to reproduce and...
In normal case, queryObservableSubscription seems called and cache.evictAll() is called. Is mItemCount of ListView stale?
mItemCount should be updated at AdapterDataSetObserver::onChanged(). This is registered at AbsListView and onChanged is called when BaseAdapter::notifyDataSetChanged() is called. So, it must be updated if OrmaListAdapter::notifyDatasetChanged() called correctly. Is there...
I guess when cell deleter is called, this subscription is not fired just at time and some UI related preemptin occur for fling case. I guess Delete and notifyDataSetChanged must...
This crash occur when there is a race condition for UI update and cursor deletion. For example, if user select list item via ContextualActionBar, then choose delete. ` Completable.fromAction(()-> {...
再配布OKにしている都合で、「Androidを支える技術」という書名は本文には入れない事にしています。 本編への参照は、 「第1巻 3章」や「第2巻 3.2.5」などと第1巻、第2巻で統一したいと思います。 また両方を合わせて指したい時は「本編」と呼ぶ事にします。
I think it's possible and not difficult. And I want to support with some dash-line like features. But I don't have any specific schedule yet.
Thank you. As Correau suggest, this would be helpful to any other non-official projects too.
I investigate a little more. In my Mac, the attribute of `line-break:normal;` cause this problem. I can' t reproduce on Edge. Safari only. Here is the reproducible jsfiddle. https://jsfiddle.net/2afkLnj1/