mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
Optimize UITableView and UITreeView by only allocating as many cells as needed to cover the viewport.
This commit is contained in:
@@ -86,6 +86,13 @@ GitPlugin::~GitPlugin() {
|
||||
{ Lock l( mGitStatusMutex ); }
|
||||
{ Lock l( mRepoMutex ); }
|
||||
{ Lock l( mReposMutex ); }
|
||||
|
||||
// TODO: Add a signal for this waits
|
||||
while ( mRunningUpdateStatus )
|
||||
Sys::sleep( 1.f );
|
||||
|
||||
while ( mRunningUpdateBranches )
|
||||
Sys::sleep( 1.f );
|
||||
}
|
||||
|
||||
void GitPlugin::load( PluginManager* pluginManager ) {
|
||||
|
||||
Reference in New Issue
Block a user