|
@@ -46,7 +46,6 @@ class CharactersRepository {
|
|
|
KeyboardRepository.getInstance().keyboardInfoList.forEach((keyboardInfo) {
|
|
KeyboardRepository.getInstance().keyboardInfoList.forEach((keyboardInfo) {
|
|
|
CharactersRepository.getInstance().characterGroupList.forEach((characterGroupInfo) {
|
|
CharactersRepository.getInstance().characterGroupList.forEach((characterGroupInfo) {
|
|
|
final tag = "CharacterGroupContentController${keyboardInfo.id}${characterGroupInfo.id}";
|
|
final tag = "CharacterGroupContentController${keyboardInfo.id}${characterGroupInfo.id}";
|
|
|
-
|
|
|
|
|
if (Get.isRegistered<CharacterGroupContentController>(tag: tag)) {
|
|
if (Get.isRegistered<CharacterGroupContentController>(tag: tag)) {
|
|
|
var controller = Get.find<CharacterGroupContentController>(tag: tag);
|
|
var controller = Get.find<CharacterGroupContentController>(tag: tag);
|
|
|
controller.refreshData();
|
|
controller.refreshData();
|