From 84257a734819e360eefdc1c511d3ff07554c0c21 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 23 Jan 2023 02:46:27 +0100 Subject: [PATCH] Apply suggestions from code review [skip ci] --- .../revanced/all/connectivity/wifi/spoof/SpoofWifiPatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/app/revanced/all/connectivity/wifi/spoof/SpoofWifiPatch.java b/app/src/main/java/app/revanced/all/connectivity/wifi/spoof/SpoofWifiPatch.java index 30ab9e8f..eb7e56c4 100644 --- a/app/src/main/java/app/revanced/all/connectivity/wifi/spoof/SpoofWifiPatch.java +++ b/app/src/main/java/app/revanced/all/connectivity/wifi/spoof/SpoofWifiPatch.java @@ -14,7 +14,7 @@ import androidx.annotation.RequiresApi; public class SpoofWifiPatch { - // Used in order to check what the (real or fake) active network is (take a look at `hasTransport`) + // Used to check what the (real or fake) active network is (take a look at `hasTransport`). private static ConnectivityManager CONNECTIVITY_MANAGER; // If Wifi is not enabled, these are types that would pretend to be Wifi for android.net.Network (lower index = higher priority).