am 1371dd99: Change method signature

* commit '1371dd990ff08186d6754a8ca24b87b4c11dd746':
  Change method signature
This commit is contained in:
Paul Westbrook 2014-08-19 16:51:26 +00:00 committed by Android Git Automerger
commit fc67cb019c

View File

@ -29,6 +29,7 @@ import com.android.mail.browse.InlineAttachmentViewIntentBuilderCreatorHolder;
import com.android.mail.preferences.BasePreferenceMigrator;
import com.android.mail.preferences.PreferenceMigratorHolder;
import com.android.mail.preferences.PreferenceMigratorHolder.PreferenceMigratorCreator;
import com.android.mail.providers.Account;
import com.android.mail.ui.settings.PublicPreferenceActivity;
import com.android.mail.utils.LogTag;
@ -49,7 +50,7 @@ public class EmailApplication extends Application {
new InlineAttachmentViewIntentBuilderCreator() {
@Override
public InlineAttachmentViewIntentBuilder
createInlineAttachmentViewIntentBuilder(String account, long conversationId) {
createInlineAttachmentViewIntentBuilder(Account account, long conversationId) {
return new InlineAttachmentViewIntentBuilder() {
@Override
public Intent createInlineAttachmentViewIntent(Context context,