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

Commit 5c6d1001 authored by mtwebster's avatar mtwebster Committed by Steve Kondik
Browse files

Fix previous commit - return statement was moved mysteriously

parent 9832b912
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -297,8 +297,8 @@ public class AlarmAlertFullScreen extends Activity {
                return true;
            default:
                break;
        return super.dispatchKeyEvent(event);
        }
        return super.dispatchKeyEvent(event);
    }

    @Override