File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/src/main/java/io/shubham0204/smollmandroid/ui/screens/chat Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 with :
1414 submodules : ' true'
1515
16- - name : Set up JDK 17
16+ - name : Set up JDK 21
1717 uses : actions/setup-java@v3
1818 with :
19- java-version : ' 17 '
19+ java-version : ' 21 '
2020 distribution : ' temurin'
2121 cache : gradle
2222
Original file line number Diff line number Diff line change 1616
1717package io.shubham0204.smollmandroid.ui.screens.chat
1818
19+ import android.annotation.SuppressLint
1920import android.content.Context
2021import android.graphics.Color
2122import android.text.util.Linkify
@@ -297,6 +298,7 @@ class ChatScreenViewModel(
297298 false
298299 }
299300
301+ @SuppressLint(" StringFormatMatches" )
300302 fun showContextLengthUsageDialog () {
301303 _currChatState .value?.let { chat ->
302304 createAlertDialog(
You can’t perform that action at this time.
0 commit comments