mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 06:08:25 -05:00
a69f05c5f4
MessageView contained code that would call super.onBackPressed() if the parent class had such a method (checked using reflection). But the bytecode verifier prevented loading of MessageView because it contained a (static) call to super.onBackPressed(). For this to work the method had to be called using reflection. I removed this code entirely since we don't do it in MessageList and FolderList either. And all the time it worked just fine. With that change we can re-enable support for Android 1.5-2.0.1 devices. |
||
---|---|---|
.. | ||
activity | ||
controller | ||
crypto | ||
helper | ||
preferences | ||
provider | ||
remotecontrol | ||
service | ||
view | ||
Account.java | ||
AccountStats.java | ||
BaseAccount.java | ||
EmailAddressAdapter.java | ||
EmailAddressValidator.java | ||
EmailReceivedIntent.java | ||
FontSizes.java | ||
Identity.java | ||
K9.java | ||
NotificationSetting.java | ||
Preferences.java | ||
SearchAccount.java | ||
SearchSpecification.java |