Open 2dxgujun opened 6 years ago
vOfficialCommunity.vText.text = span { communities.forEachIndexed { i, community -> image(getDrawable(community)!!) { } // TODO Kpan horizontal spacing if (i < communities.size - 1) { +" " } } }