mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-24 02:12:15 -05:00
minor astyling
This commit is contained in:
parent
0f17fc4a83
commit
ab8cdb3522
@ -34,7 +34,8 @@ public class LauncherShortcuts extends K9ListActivity implements OnItemClickList
|
||||
super.onCreate(icicle);
|
||||
|
||||
// finish() immediately if we aren't supposed to be here
|
||||
if (!Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction())) {
|
||||
if (!Intent.ACTION_CREATE_SHORTCUT.equals(getIntent().getAction()))
|
||||
{
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
|
@ -527,7 +527,8 @@ public class MessageList
|
||||
mState.putInt(EXTRA_LIST_POSITION, mListView.getSelectedItemPosition());
|
||||
}
|
||||
|
||||
public void restoreListState() {
|
||||
public void restoreListState()
|
||||
{
|
||||
if (mState == null)
|
||||
{
|
||||
return;
|
||||
|
@ -2752,7 +2752,8 @@ public class MessagingController implements Runnable
|
||||
t.printStackTrace(ps);
|
||||
ps.close();
|
||||
|
||||
if (subject == null) {
|
||||
if (subject == null)
|
||||
{
|
||||
subject = getRootCauseMessage(t);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user