diff --git a/app/src/main/kotlin/org/fossify/launcher/activities/SimpleActivity.kt b/app/src/main/kotlin/org/fossify/launcher/activities/SimpleActivity.kt index fc6eaa6..04d6929 100644 --- a/app/src/main/kotlin/org/fossify/launcher/activities/SimpleActivity.kt +++ b/app/src/main/kotlin/org/fossify/launcher/activities/SimpleActivity.kt @@ -14,12 +14,12 @@ open class SimpleActivity : BaseSimpleActivity() { R.mipmap.ic_launcher_light_blue, R.mipmap.ic_launcher_cyan, R.mipmap.ic_launcher_teal, - R.mipmap.ic_launcher_orange, + R.mipmap.ic_launcher, R.mipmap.ic_launcher_light_green, R.mipmap.ic_launcher_lime, R.mipmap.ic_launcher_yellow, R.mipmap.ic_launcher_amber, - R.mipmap.ic_launcher, + R.mipmap.ic_launcher_orange, R.mipmap.ic_launcher_deep_orange, R.mipmap.ic_launcher_brown, R.mipmap.ic_launcher_blue_grey,