Skip to content

Commit 7d85444

Browse files
committed
SearchMessagesGmailApiFlowTest.testSearchMessages() when nextPageToken is null
1 parent 27108d1 commit 7d85444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlowCrypt/src/main/java/com/flowcrypt/email/jetpack/viewmodel/MessagesViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ class MessagesViewModel(application: Application) : AccountViewModel(application
703703
)
704704
)
705705

706-
val nextPageToken: String
706+
val nextPageToken: String?
707707
val gmailThreadInfoList: List<GmailThreadInfo>
708708
val messages = if (accountEntity.useConversationMode) {
709709
val threadsResponse = GmailApiHelper.loadThreads(

0 commit comments

Comments
 (0)