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

Commit a5408c80 authored by Charlotte Lu's avatar Charlotte Lu Committed by Android (Google) Code Review
Browse files

Merge "InternetIconInjector should be open class" into main

parents e6045b55 f2fdd37c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,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.
         *