homescreens/halcyon: Remove manual sync on reorder to improve performance

This commit is contained in:
Devin Lin 2023-03-05 23:11:04 -08:00
parent 716867475c
commit 29229789e8

View file

@ -128,12 +128,6 @@ void PinnedModel::moveEntry(int fromRow, int toRow)
endMoveRows();
save();
// HACK: didn't seem to persist
if (!m_applet) {
return;
}
m_applet->config().sync();
}
void PinnedModel::createFolderFromApps(int sourceAppRow, int draggedAppRow)