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

Commit bcefeb69 authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

Merge "Use context instead of activity"

parents 25fd4eaf 886978f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -551,7 +551,7 @@ public class DataUsageSummary extends HighlightingFragment implements Indexable

    @Override
    public void onPrepareOptionsMenu(Menu menu) {
        final Context context = getActivity();
        final Context context = getContext();
        final boolean appDetailMode = isAppDetailMode();
        final boolean isAdmin = mUserManager.isAdminUser();