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

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

am 3d40d1ff: Add null checks in PanService

* commit '3d40d1ff':
  Add null checks in  PanService
parents 69cc2303 3d40d1ff
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() {