Replace applicationContext with this

This commit is contained in:
Patryk Michalik
2021-03-03 18:30:19 +01:00
parent 4bf7a67672
commit bdd14d36f0
@@ -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)!!
)
)
}