Formatting fix
Change-Id: If2869f2d6d6bc788cfffc1187b4de1deb9cec83b
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user