BattleShip Park
BattleShip Park
Hi, I read #136 about dependency between Domain and Data layer. I understood Data layer is the implementation of Domain layer and not the most inner circle. Especially, I found...
**Specifications** OS Version: [FILL IN] Device Manufacturer: [FILL IN] **Stickers** - [ ] My stickers do comply with the sticker requirements (512x512 and < 100 KB) - [ ] My...
val str = "X\u2600\uFE0FX" val str2 = EmojiParser.removeAllEmojis(str) str2 becomes "X\uFE0FX". I guess it happnes because your emojis.json has only 0x2600. If a certain emoji has the variation selector, you...