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

Commit a486f554 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 7f66dbce: Merge change Ic37381fb into eclair

Merge commit '7f66dbce' into eclair-mr2

* commit '7f66dbce':
  docs: fix doc error in dialog example snippet
parents d96f6e85 7f66dbce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -624,7 +624,7 @@ AlertDialog.Builder builder;
AlertDialog alertDialog;

Context mContext = getApplicationContext();
LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER);
LayoutInflater inflater = (LayoutInflater) mContext.getSystemService(LAYOUT_INFLATER_SERVICE);
View layout = inflater.inflate(R.layout.custom_dialog,
                               (ViewGroup) findViewById(R.id.layout_root));