Loading
remove duplicated incorrectly code in ProcessRecord
condition origBase != null have repeated twice in line 488 and 489.
that makes pkgList can't make inactive when origBase == null.
so need delete code in line 488.
Change-Id: I8ed87667672e2885d003504639b87aa4d125c8ad
Signed-off-by:
yuanhuihui <yuanhuihui@xiaomi.com>