We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407f2fd + 2c22eb0 commit 195ba50Copy full SHA for 195ba50
core/java/android/app/Notification.java
@@ -1436,6 +1436,7 @@ private RemoteViews applyStandardTemplateWithActions(int layoutId) {
1436
// Log.d("Notification", "has actions: " + mContentText);
1437
big.setViewVisibility(R.id.actions, View.VISIBLE);
1438
if (N>3) N=3;
1439
+ big.removeAllViews(R.id.actions);
1440
for (int i=0; i<N; i++) {
1441
final RemoteViews button = generateActionButton(mActions.get(i));
1442
//Log.d("Notification", "adding action " + i + ": " + mActions.get(i).title);
0 commit comments