-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: toast crash [WPB-4937] #2293
Conversation
Build 1097 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1098 succeeded. The build produced the following APK's: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
@@ -112,7 +112,7 @@ class WireApplication : Application(), Configuration.Provider { | |||
.detectDiskReads() | |||
.detectDiskWrites() | |||
.penaltyLog() | |||
.penaltyDeath() | |||
// .penaltyDeath() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and beautiful solution! 🏖️ Just added a suggestion to also adequate scaffold component on Conversation screen to use wire generic one. But again, feel free to ignore if it becomes too much of a workload and is out of scope of this PR, so I will not block it.
app/src/main/kotlin/com/wire/android/ui/home/conversations/ConversationScreen.kt
Show resolved
Hide resolved
APKs built during tests are available here. Scroll down to Artifacts! |
…reloaded into fix/snackbar-crash
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1138 succeeded. The build produced the following APK's: |
Codecov Report
@@ Coverage Diff @@
## develop #2293 +/- ##
=============================================
+ Coverage 40.72% 41.36% +0.64%
- Complexity 1034 1046 +12
=============================================
Files 323 324 +1
Lines 11748 11731 -17
Branches 1564 1554 -10
=============================================
+ Hits 4784 4853 +69
+ Misses 6510 6410 -100
- Partials 454 468 +14
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
APKs built during tests are available here. Scroll down to Artifacts! |
Build 1149 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Swipeable composable caused crash for snackbar when user closes screen
Solutions
Implemented new swipeable snackbar to avoid crashes when closing screen using anchor draggable