소스 검색

Fix merge

Willy-JL 8 달 전
부모
커밋
f26f8510f5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      flip_social/free/free.c

+ 1 - 1
flip_social/free/free.c

@@ -52,7 +52,7 @@ void free_text_input()
     }
     if (app_instance->text_input)
     {
-        uart_text_input_free(app_instance->text_input);
+        text_input_free(app_instance->text_input);
         app_instance->text_input = NULL;
         view_dispatcher_remove_view(app_instance->view_dispatcher, FlipSocialViewTextInput);
     }