We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27108d1 commit 7d85444Copy full SHA for 7d85444
1 file changed
FlowCrypt/src/main/java/com/flowcrypt/email/jetpack/viewmodel/MessagesViewModel.kt
@@ -703,7 +703,7 @@ class MessagesViewModel(application: Application) : AccountViewModel(application
703
)
704
705
706
- val nextPageToken: String
+ val nextPageToken: String?
707
val gmailThreadInfoList: List<GmailThreadInfo>
708
val messages = if (accountEntity.useConversationMode) {
709
val threadsResponse = GmailApiHelper.loadThreads(
0 commit comments