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

Commit 7caac4c1 authored by Steven Ross's avatar Steven Ross
Browse files

Formatting fix

Change-Id: If2869f2d6d6bc788cfffc1187b4de1deb9cec83b
parent c4fea5f9
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -330,8 +330,7 @@ public class ChooseLockGeneric extends PreferenceActivity {
                if(isFallback) {
                    startActivityForResult(intent, FALLBACK_REQUEST);
                    return;
                }
                else {
                } else {
                    intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
                    startActivity(intent);
                }
@@ -348,8 +347,7 @@ public class ChooseLockGeneric extends PreferenceActivity {
                if(isFallback) {
                    startActivityForResult(intent, FALLBACK_REQUEST);
                    return;
                }
                else {
                } else {
                    intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
                    startActivity(intent);
                }