Add new shared pointer and make use of it

This commit is contained in:
Gericom
2026-03-28 12:03:06 +01:00
parent bec797ffe7
commit 21a8790ebc
66 changed files with 1098 additions and 523 deletions

View File

@@ -8,7 +8,7 @@ u32 FileRecyclerAdapter::GetItemCount() const
return _fileInfoManager->GetItemCount();
}
void FileRecyclerAdapter::BindView(View* view, int index) const
void FileRecyclerAdapter::BindView(SharedPtr<View> view, int index) const
{
LOG_DEBUG("Binding %d\n", index);
_taskQueue->Enqueue([=, this] (const vu8& cancelRequested)