Fixed views

This commit is contained in:
M66B
2024-01-21 13:16:01 +01:00
parent b3b2e983aa
commit f23add9d5a
106 changed files with 433 additions and 202 deletions

View File

@@ -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) {