Messaging: Remove unused code
Change-Id: I8093bb3e305ae323f7069bf42f9e83f8c8647cc7
This commit is contained in:
@@ -165,13 +165,6 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
|
||||
|
||||
private ConversationFragmentHost mHost;
|
||||
|
||||
protected List<Integer> mFilterResults;
|
||||
|
||||
// The minimum scrolling distance between RecyclerView's scroll change event beyong which
|
||||
// a fling motion is considered fast, in which case we'll delay load image attachments for
|
||||
// perf optimization.
|
||||
private int mFastFlingThreshold;
|
||||
|
||||
// ConversationMessageView that is currently selected
|
||||
private ConversationMessageView mSelectedMessage;
|
||||
|
||||
@@ -412,8 +405,6 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
|
||||
@Override
|
||||
public void onCreate(final Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
mFastFlingThreshold = getResources().getDimensionPixelOffset(
|
||||
R.dimen.conversation_fast_fling_threshold);
|
||||
mAdapter = new ConversationMessageAdapter(getActivity(), null, this,
|
||||
null,
|
||||
// Sets the item click listener on the Recycler item views.
|
||||
@@ -1579,11 +1570,6 @@ public class ConversationFragment extends Fragment implements ConversationDataLi
|
||||
return -1; // don't override the color
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAttachmentsChanged(final boolean haveAttachments) {
|
||||
// no-op for now
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onDraftChanged(final DraftMessageData data, final int changeFlags) {
|
||||
mDraftMessageDataModel.ensureBound(data);
|
||||
|
||||
Reference in New Issue
Block a user