-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [ANDROAPP-6652] null pointer exception attempt to invoke virtual…
… method sentry (#3897) * fix: [ANDROAPP-6652] Crash when showing snackbar * fix issues * fix: change clickOnAddEvent to composeTestRule --------- Co-authored-by: Pablo Pajuelo Cabezas <[email protected]>
- Loading branch information
1 parent
6af97ea
commit 3620ad3
Showing
9 changed files
with
246 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package org.dhis2.model | ||
|
||
import java.util.UUID | ||
|
||
data class SnackbarMessage( | ||
val id: UUID = UUID.randomUUID(), | ||
val message: String = "", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.