There are no changes
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
* changes: Fixes regression introduced in Cupcake: a couple of adapters were using setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map.