Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment