Add donothingclickhandler to proguard

Fixes b/6946142 java.lang.IllegalStateException: Could not find a method doNothingClickHandler(View) in the activity class com.google.android.gm.ui.MailActivityGmail for onClick handler on view class android.widget.TextView with id 'unread'

Change-Id: Iafc96a59c47a1e911535db21ffc425efe06ff0cd
diff --git a/proguard.flags b/proguard.flags
index 8b31cc8..5ab2478 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -56,4 +56,8 @@
 -keepclasseswithmembers class com.android.mail.browse.ConversationItemView {
   *** setAnimatedHeight(...);
   *** setItemAlpha(...);
+}
+
+-keepclasseswithmembers class com.android.mail.ui.MailActivity {
+  *** doNothingClickHandler(...);
 }
\ No newline at end of file