mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-17 07:30:16 -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);
|
super.onCreate(icicle);
|
||||||
|
|
||||||
// finish() immediately if we aren't supposed to be here
|
// 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();
|
finish();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -527,7 +527,8 @@ public class MessageList
|
|||||||
mState.putInt(EXTRA_LIST_POSITION, mListView.getSelectedItemPosition());
|
mState.putInt(EXTRA_LIST_POSITION, mListView.getSelectedItemPosition());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void restoreListState() {
|
public void restoreListState()
|
||||||
|
{
|
||||||
if (mState == null)
|
if (mState == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
@ -2752,7 +2752,8 @@ public class MessagingController implements Runnable
|
|||||||
t.printStackTrace(ps);
|
t.printStackTrace(ps);
|
||||||
ps.close();
|
ps.close();
|
||||||
|
|
||||||
if (subject == null) {
|
if (subject == null)
|
||||||
|
{
|
||||||
subject = getRootCauseMessage(t);
|
subject = getRootCauseMessage(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user