mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Updating some comments and variables
Change-Id: Ib3223c66e9ce187cebc6ce26a46b228f95787778
This commit is contained in:
@@ -46,7 +46,7 @@ public class MainThreadInitializedObject<T> {
|
||||
|
||||
if (mValue == null) {
|
||||
if (Looper.myLooper() == Looper.getMainLooper()) {
|
||||
mValue = TraceHelper.whitelistIpcs("main.thread.object",
|
||||
mValue = TraceHelper.allowIpcs("main.thread.object",
|
||||
() -> mProvider.get(context.getApplicationContext()));
|
||||
} else {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user