Small improvement

This commit is contained in:
M66B
2020-11-12 09:54:58 +01:00
parent 41acae21c8
commit 43bfea15ba
9 changed files with 43 additions and 0 deletions

View File

@@ -1154,6 +1154,11 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
holder.wire();
}
@Override
public void onViewRecycled(@NonNull ViewHolder holder) {
holder.powner.recreate();
}
interface IFolderSelectedListener {
void onFolderSelected(TupleFolderEx folder);
}