|
|
@@ -83,7 +83,9 @@ class IntimacyScaleController extends BaseController {
|
|
|
keyboardInfo.intimacy = currentCustomIntimacy.value;
|
|
|
KeyboardAndroidPlatform.updateKeyboardInfo(keyboardInfo);
|
|
|
await keyboardRepository.refreshData();
|
|
|
-
|
|
|
+ Future.delayed(const Duration(milliseconds: 500), () {
|
|
|
+ KeyboardAndroidPlatform.refreshData();
|
|
|
+ });
|
|
|
Get.back();
|
|
|
} catch (error) {
|
|
|
if (error is ServerErrorException) {
|