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

Commit f2fdd37c authored by Charlotte Lu's avatar Charlotte Lu
Browse files

InternetIconInjector should be open class

Test: Visual Test

Fix: 327985465
Change-Id: I9a6cd6e07cc1ee036bda4bb0084c458240da63f1
parent c7d04194
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ open class WifiUtils {
    /**
     * Wrapper the [.getInternetIconResource] for testing compatibility.
     */
    class InternetIconInjector(protected val context: Context) {
    open class InternetIconInjector(protected val context: Context) {
        /**
         * Returns the Internet icon for a given RSSI level.
         *