Fix compilation issues after merging develop.

This commit is contained in:
Benoit Marty 2025-09-18 21:28:59 +02:00
parent 595cec7d33
commit 4a16b4ad34
4 changed files with 3 additions and 1 deletions

View file

@ -48,7 +48,6 @@ class DefaultHomeEntryPointTest {
override fun onSessionConfirmRecoveryKeyClick() = lambdaError()
override fun onRoomSettingsClick(roomId: RoomId) = lambdaError()
override fun onReportBugClick() = lambdaError()
override fun onLogoutForNativeSlidingSyncMigrationNeeded() = lambdaError()
}
val result = entryPoint.nodeBuilder(parentNode, BuildContext.root(null))
.callback(callback)