am 2d53e1a5
: Merge "Formatting fix"
* commit '2d53e1a5d27e27e7d83474c9cd9e3f5c4ed49a91': Formatting fix
This commit is contained in:
@@ -325,8 +325,7 @@ public class ChooseLockGeneric extends PreferenceActivity {
|
||||
if(isFallback) {
|
||||
startActivityForResult(intent, FALLBACK_REQUEST);
|
||||
return;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
intent.addFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
|
||||
startActivity(intent);
|
||||
}
|
||||
@@ -343,8 +342,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