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

Commit f4120823 authored by Hemant Gupta's avatar Hemant Gupta Committed by Android Git Automerger
Browse files

am 5781f1fb: am f5e76d3b: am 3d40d1ff: Add null checks in PanService

* commit '5781f1fb':
  Add null checks in  PanService
parents 48bc645d 5781f1fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,7 @@ public class PanService extends ProfileService {
        private boolean isPanUOn() {
            if(DBG) Log.d(TAG, "isTetheringOn call getPanLocalRoleNative");
            PanService service = getService();
            if (service == null) return false;
            return service.isPanUOn();
        }
        public boolean isTetheringOn() {