Skip to content

Commit f756707

Browse files
committed
update
1 parent b84d395 commit f756707

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
@@ -102,7 +102,7 @@ class ChatViewModel(application: Application) : AndroidViewModel(application), L
102102
demoSharedPreferences.removeExistingMessages()
103103
return
104104
}
105-
105+
106106
val existingMsgJSON = demoSharedPreferences.getSavedMessages()
107107
if (existingMsgJSON.isNotEmpty()) {
108108
val gson = Gson()

0 commit comments

Comments
 (0)