File tree Expand file tree Collapse file tree
llm/android/LlamaDemo/app/src/main/java/com/example/executorchllamademo Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ class WelcomeActivity : ComponentActivity() {
5656 },
5757 onAppSettingsClick = {
5858 startActivity(Intent (this @WelcomeActivity, AppSettingsActivity ::class .java))
59- },
60- onStartChatClick = {
61- startActivity(Intent (this @WelcomeActivity, MainActivity ::class .java))
6259 }
6360 )
6461 }
Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ import com.example.executorchllamademo.ui.theme.LocalAppColors
4343fun WelcomeScreen (
4444 onLoadModelClick : () -> Unit = {},
4545 onDownloadModelClick : () -> Unit = {},
46- onAppSettingsClick : () -> Unit = {},
47- onStartChatClick : () -> Unit = {}
46+ onAppSettingsClick : () -> Unit = {}
4847) {
4948 val appColors = LocalAppColors .current
5049 val scrollState = rememberScrollState()
You can’t perform that action at this time.
0 commit comments