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

Commit a69b5f5a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Gerrit Code Review
Browse files

Merge "Add "not congested" network capability."

parents ddde95c2 3832f4da
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1012,6 +1012,8 @@ public class DataConnection extends StateMachine {
            result.removeCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING);
        }

        result.addCapability(NetworkCapabilities.NET_CAPABILITY_NOT_CONGESTED);

        return result;
    }