You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/java/com/blurr/voice/MainActivity.kt
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -362,13 +362,18 @@ class MainActivity : AppCompatActivity() {
362
362
unregisterReceiver(wakeWordFailureReceiver)
363
363
}
364
364
privatefunshowDisclaimerDialog() {
365
-
AlertDialog.Builder(this)
365
+
val dialog =AlertDialog.Builder(this)
366
366
.setTitle("Disclaimer")
367
367
.setMessage("Panda is an experimental AI assistant and is still in development. It may not always be accurate or perform as expected. It does small task better. Your understanding is appreciated!")
0 commit comments