mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
Remove a temporary variable
This commit is contained in:
parent
65f0d22355
commit
12eb866370
@ -750,7 +750,6 @@ public class MessageList
|
||||
}
|
||||
}
|
||||
|
||||
boolean result;
|
||||
int position = mListView.getSelectedItemPosition();
|
||||
try
|
||||
{
|
||||
@ -823,10 +822,9 @@ public class MessageList
|
||||
}
|
||||
finally
|
||||
{
|
||||
result = super.onKeyDown(keyCode, event);
|
||||
return super.onKeyDown(keyCode, event);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user