Skip to content

Commit 23fbe84

Browse files
committed
Update comments for adding offline plugin
1 parent a13dd2a commit 23fbe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samplekotlin/src/main/java/com/example/chattutorial/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MainActivity : AppCompatActivity() {
3737
appContext = applicationContext,
3838
)
3939

40-
// Step 2 - Set up the client for API calls and the domain for offline storage
40+
// Step 2 - Set up the client for API calls with the plugin for offline storage
4141
val client = ChatClient.Builder("b67pax5b2wdq", applicationContext)
4242
.withPlugin(offlinePluginFactory)
4343
.logLevel(ChatLogLevel.ALL) // Set to NOTHING in prod

0 commit comments

Comments
 (0)