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

Commit 874ec673 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not call ProfileService.stop() if not started" am: 0b4b7f4d

parents 60675b22 0b4b7f4d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ public abstract class ProfileService extends Service {
        }
        if (!mProfileStarted) {
            Log.w(mName, "doStop() called, but the profile is not running.");
            return;
        }
        mProfileStarted = false;
        if (mAdapterService != null) {