Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccdf3853 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Mark the veto button GONE for ongoing notifications so they can go into...

Merge "Mark the veto button GONE for ongoing notifications so they can go into its space." into honeycomb
parents 26c0c772 100748e3
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -1149,7 +1149,11 @@ public class TabletStatusBar extends StatusBar {
                    }
                });
        } else {
            if ((sbn.notification.flags & Notification.FLAG_ONGOING_EVENT) == 0) {
                vetoButton.setVisibility(View.INVISIBLE);
            } else {
                vetoButton.setVisibility(View.GONE);
            }
        }

        // the large icon