Remove the mock
This commit is contained in:
+2
-3
@@ -304,9 +304,8 @@ open class ShortNotePostViewModel :
|
|||||||
// Anonymous Reply
|
// Anonymous Reply
|
||||||
var wantsAnonymousPost by mutableStateOf(false)
|
var wantsAnonymousPost by mutableStateOf(false)
|
||||||
|
|
||||||
// AI Writing Help
|
// AI Writing Help for testing
|
||||||
// TODO: Remove useMockAi before shipping. Set to true to test UI without Gemini Nano.
|
private val useMockAi = false
|
||||||
private val useMockAi = true
|
|
||||||
|
|
||||||
var aiResults by mutableStateOf<Map<WritingTone, WritingResult>>(emptyMap())
|
var aiResults by mutableStateOf<Map<WritingTone, WritingResult>>(emptyMap())
|
||||||
var aiSelectedResult by mutableStateOf<WritingResult?>(null)
|
var aiSelectedResult by mutableStateOf<WritingResult?>(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user