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