Fixed some visual and UX bugs in the colour picker

This commit is contained in:
Deniz Düzgören
2019-07-26 21:43:52 +02:00
parent 351845c4df
commit 14477c8f55
8 changed files with 78 additions and 66 deletions
@@ -1,6 +1,6 @@
package com.denizd.substitutionplan
class MiscData {
object MiscData {
fun emoji(unicode: Int): String { return String(Character.toChars(unicode)) }