mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Merge "This variable can be checked outside the lock because it's only set from the ui thread." into froyo
This commit is contained in:
@@ -304,13 +304,13 @@ public class LauncherModel extends BroadcastReceiver {
|
||||
ArrayList<ApplicationInfo> removed = null;
|
||||
ArrayList<ApplicationInfo> modified = null;
|
||||
|
||||
synchronized (mAllAppsListLock) {
|
||||
if (mBeforeFirstLoad) {
|
||||
// If we haven't even loaded yet, don't bother, since we'll just pick
|
||||
// up the changes.
|
||||
return;
|
||||
}
|
||||
if (mBeforeFirstLoad) {
|
||||
// If we haven't even loaded yet, don't bother, since we'll just pick
|
||||
// up the changes.
|
||||
return;
|
||||
}
|
||||
|
||||
synchronized (mAllAppsListLock) {
|
||||
final String action = intent.getAction();
|
||||
|
||||
if (Intent.ACTION_PACKAGE_CHANGED.equals(action)
|
||||
|
||||
Reference in New Issue
Block a user