Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 153046a8 authored by Ioana Alexandru's avatar Ioana Alexandru Committed by Android (Google) Code Review
Browse files

Merge "Don't call getApplicationInfo unnecessarily" into main

parents 904191b9 6e0aa109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3235,7 +3235,7 @@ public class Notification implements Parcelable
                ApplicationInfo info = getApplicationInfo(context);
                if (info != null) {
                    final PackageManager pm = context.getPackageManager();
                    name = pm.getApplicationLabel(getApplicationInfo(context));
                    name = pm.getApplicationLabel(info);
                }
            }
            // If there's still nothing, ¯\_(ツ)_/¯