mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 00:56:55 +02:00
Add new shared pointer and make use of it
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user