Replace applicationContext with this
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ class IconPackSettingsActivity : AppCompatActivity() {
|
||||
IconPackInfo(
|
||||
"System Icons",
|
||||
"",
|
||||
AppCompatResources.getDrawable(applicationContext, R.drawable.ic_launcher_home)!!
|
||||
AppCompatResources.getDrawable(this, R.drawable.ic_launcher_home)!!
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user