Skip to content

Commit fedd3a2

Browse files
committed
Format code
1 parent 8197f93 commit fedd3a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sentry-android-core/src/main/java/io/sentry/android/core/FeedbackShakeIntegration.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ private void startShakeDetection(final @NotNull Activity activity) {
150150
&& !Boolean.TRUE.equals(inBackground)) {
151151
active.runOnUiThread(
152152
() -> {
153-
if (isDialogShowing
154-
|| active.isFinishing()
155-
|| active.isDestroyed()) {
153+
if (isDialogShowing || active.isFinishing() || active.isDestroyed()) {
156154
return;
157155
}
158156
try {

0 commit comments

Comments
 (0)