mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 902038: Change the access of newView() in MultiTypeCursorAdapter. [r=lucasr] DONTBUILD because trivial-change
This commit is contained in:
parent
b1b85c1980
commit
6af3776008
@ -80,7 +80,7 @@ abstract class MultiTypeCursorAdapter extends CursorAdapter {
|
||||
* @param position Position of the view.
|
||||
* @param parent Parent view group that will hold this view.
|
||||
*/
|
||||
public View newView(Context context, int position, ViewGroup parent) {
|
||||
private View newView(Context context, int position, ViewGroup parent) {
|
||||
final int type = getItemViewType(position);
|
||||
final int count = mViewTypes.length;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user