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

Commit b225077f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "No need to make non-empty judgment." into main

parents 5549309d 4ec454a1
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -193,13 +193,9 @@ public interface ServiceWatcher {

        @Override
        public String toString() {
            if (mComponentName == null) {
                return "none";
            } else {
            return mUid + "/" + mComponentName.flattenToShortString();
        }
    }
    }

    /**
     * Creates a new ServiceWatcher instance.