mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Fixed views
This commit is contained in:
@@ -211,7 +211,7 @@ public class FixedRecyclerView extends RecyclerView {
|
||||
}
|
||||
}
|
||||
|
||||
private Map<Runnable, Runnable> mapRunnable = new WeakHashMap<>();
|
||||
private final Map<Runnable, Runnable> mapRunnable = new WeakHashMap<>();
|
||||
|
||||
@Override
|
||||
public boolean post(Runnable action) {
|
||||
|
||||
Reference in New Issue
Block a user