Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge "Widget returning view type count of 1, uses 2" into jb-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Taylor authored and Android (Google) Code Review committed Jul 23, 2012
2 parents e2955da + 1e1be6f commit 5851c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/mms/widget/MmsWidgetService.java
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public RemoteViews getLoadingView() {

@Override
public int getViewTypeCount() {
return 1;
return 2;
}

@Override
Expand Down

0 comments on commit 5851c6b

Please sign in to comment.