We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8197f93 commit fedd3a2Copy full SHA for fedd3a2
sentry-android-core/src/main/java/io/sentry/android/core/FeedbackShakeIntegration.java
@@ -150,9 +150,7 @@ private void startShakeDetection(final @NotNull Activity activity) {
150
&& !Boolean.TRUE.equals(inBackground)) {
151
active.runOnUiThread(
152
() -> {
153
- if (isDialogShowing
154
- || active.isFinishing()
155
- || active.isDestroyed()) {
+ if (isDialogShowing || active.isFinishing() || active.isDestroyed()) {
156
return;
157
}
158
try {
0 commit comments