summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAlice Yang <alice@google.com>2013-08-11 22:27:25 -0700
committerAlice Yang <alice@google.com>2013-08-11 22:27:25 -0700
commitc86b1fbcea43513ea903bb2ca14573423a72d7b5 (patch)
tree70cee4afd6e8dc25484e897fb37ae33f4477597f /proguard.flags
parentf27e08e98db1496610c9f216ef6eeb26c39c2da3 (diff)
downloadandroid_packages_apps_UnifiedEmail-c86b1fbcea43513ea903bb2ca14573423a72d7b5.tar.gz
android_packages_apps_UnifiedEmail-c86b1fbcea43513ea903bb2ca14573423a72d7b5.tar.bz2
android_packages_apps_UnifiedEmail-c86b1fbcea43513ea903bb2ca14573423a72d7b5.zip
Sync disabled tip
The original design called for displaying different messages for when global auto-sync is off and airplane mode, but we're considering scratching those so I didn't cover them here. To do still are subsequent toasts. Bug 9825835 Change-Id: I1916e2d95896c2079fa6eeb9fe806fd4d181a27a
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags6
1 files changed, 1 insertions, 5 deletions
diff --git a/proguard.flags b/proguard.flags
index cb8d15f86..e0b2c23ec 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -67,10 +67,6 @@
*** doNothingClickHandler(...);
}
--keepclasseswithmembers class com.android.mail.ui.ConversationPhotoTeaserView {
- *** setAnimatedHeight(...);
-}
-
--keepclasseswithmembers class com.android.mail.ui.ConversationLongPressTipView {
+-keepclasseswithmembers class * extends com.android.mail.ui.ConversationSpecialItemView {
*** setAnimatedHeight(...);
}