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

Commit 2f08914e authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am 942edf4c: am 21824675: am 6491d51f: Merge "Settings not showing print jobs...

am 942edf4c: am 21824675: am 6491d51f: Merge "Settings not showing print jobs for a managed profile." into lmp-mr1-dev

* commit '942edf4c':
  Settings not showing print jobs for a managed profile.
parents 0640ac69 942edf4c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class PrintJobSettingsFragment extends SettingsPreferenceFragment {

        mPrintManager = ((PrintManager) getActivity().getSystemService(
                Context.PRINT_SERVICE)).getGlobalPrintManagerForUser(
                        ActivityManager.getCurrentUser());
                        getActivity().getUserId());

        getActivity().getActionBar().setTitle(R.string.print_print_job);

+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public class PrintSettingsFragment extends SettingsPreferenceFragment
            super(context);
            mPrintManager = ((PrintManager) context.getSystemService(
                    Context.PRINT_SERVICE)).getGlobalPrintManagerForUser(
                        ActivityManager.getCurrentUser());
                    context.getUserId());
        }

        @Override