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

Commit a888eee2 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 2dfae0d4: am 7d799895: Merge "Make permission request view intercept clicks" into mnc-dev

* commit '2dfae0d4':
  Make permission request view intercept clicks
parents 1b53e06f 2dfae0d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ public class EmptyContentView extends LinearLayout implements View.OnClickListen
        final LayoutInflater inflater = (LayoutInflater) getContext().getSystemService(
                Context.LAYOUT_INFLATER_SERVICE);
        inflater.inflate(R.layout.empty_content_view, this);
        // Don't let touches fall through the empty view.
        setClickable(true);
        mImageView = (ImageView) findViewById(R.id.emptyListViewImage);
        mDescriptionView = (TextView) findViewById(R.id.emptyListViewMessage);
        mActionView = (TextView) findViewById(R.id.emptyListViewAction);