Merge "Fix AppEntry.extraInfo ClassCastException" am: 327867e56b
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/2564510 Change-Id: I1ad0bc2266bb528fccf3e3e83f4fd06ca47bb3c1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -85,7 +85,7 @@ public class AppStateLocaleBridge extends AppStateBaseBridge {
|
||||
Log.d(TAG, "[" + entry.info.packageName + "]" + " has No extra info.");
|
||||
return false;
|
||||
}
|
||||
return (Boolean) entry.extraInfo;
|
||||
return entry.extraInfo == Boolean.TRUE;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user