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

Commit af2047f1 authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am ccdf3853: Merge "Mark the veto button GONE for ongoing notifications so...

am ccdf3853: Merge "Mark the veto button GONE for ongoing notifications so they can go into its space." into honeycomb

* commit 'ccdf3853':
  Mark the veto button GONE for ongoing notifications so they can go into its space.
parents 609dca2c ccdf3853
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