Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52d996ed authored by Amith Yamasani's avatar Amith Yamasani Committed by android code review
Browse files

Merge "Settings: Fix crash seen when setting the radio band"

parents 1183f487 26ef2c34
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -207,7 +207,9 @@ public class BandMode extends Activity {
                            Window.FEATURE_INDETERMINATE_PROGRESS,
                            Window.PROGRESS_VISIBILITY_OFF);

                    if (!isFinishing()) {
                        displayBandSelectionResult(ar.exception);
                    }
                    break;
            }
        }