mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 23:15:10 -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();
|
int position = mListView.getSelectedItemPosition();
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -823,10 +822,9 @@ public class MessageList
|
|||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
result = super.onKeyDown(keyCode, event);
|
return super.onKeyDown(keyCode, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user