Skip to content

Commit c6afd10

Browse files
committed
Fix
1 parent 9c60da8 commit c6afd10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • llm/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ui/viewmodel

llm/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo/ui/viewmodel/ChatViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ class ChatViewModel(application: Application) : AndroidViewModel(application), L
104104
demoSharedPreferences.removeExistingMessages()
105105
return
106106
}
107-
107+
108108
val existingMsgJSON = demoSharedPreferences.getSavedMessages()
109109
if (existingMsgJSON.isNotEmpty()) {
110110
val gson = Gson()

0 commit comments

Comments
 (0)