mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Launcher dump proto that will be used for:" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
6bfcbecbb4
@@ -128,6 +128,11 @@ public class LauncherModel extends BroadcastReceiver
|
||||
// our monitoring of the package manager provides all updates and we never
|
||||
// need to do a requery. This is only ever touched from the loader thread.
|
||||
private boolean mModelLoaded;
|
||||
public boolean isModelLoaded() {
|
||||
synchronized (mLock) {
|
||||
return mModelLoaded && mLoaderTask == null;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set of runnables to be called on the background thread after the workspace binding
|
||||
|
||||
Reference in New Issue
Block a user