Fix a bunch of API review bugs.
3362464 API REVIEW: android.content potpourri 3362445 API REVIEW: Fragment transaction stuff 3362428 API REVIEW: Fragment stuff 3362418 API REVIEW: Loader stuff 3362414 API REVIEW: android.content.pm.ActivityInfo Change-Id: I6475421a4735759b458acb67df4380cc6234f147
This commit is contained in:
@@ -120,7 +120,7 @@ public class ShirtPocket extends ImageView {
|
||||
mAltText.setVisibility(View.VISIBLE);
|
||||
if (mClipping.getItemCount() > 0) {
|
||||
// TODO: figure out how to visualize every kind of ClipData!
|
||||
mAltText.setText(mClipping.getItem(0).coerceToText(getContext()));
|
||||
mAltText.setText(mClipping.getItemAt(0).coerceToText(getContext()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user