Skip to content

Commit f78f12b

Browse files
committed
Missing closing bracket
1 parent fabfe36 commit f78f12b

File tree

1 file changed

+1
-0
lines changed
  • firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai

1 file changed

+1
-0
lines changed

firebase-ai/app/src/main/java/com/google/firebase/quickstart/ai/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class MainActivity : ComponentActivity() {
121121
@SuppressLint("MissingPermission")
122122
composable<StreamRealtimeVideoRoute> {
123123
StreamRealtimeVideoScreen()
124+
}
124125
composable<TextGenRoute> {
125126
TextGenScreen()
126127
}

0 commit comments

Comments
 (0)