Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
furkankaplan authored Aug 8, 2020
1 parent facef9d commit 5abac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ LayoutInflater inflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLA
View v = inflater.inflate(R.layout.popup, (ViewGroup) findViewById(R.id.root_fk_blur_view));
FKBlurView popupBlurView = v.findViewById(R.id.root_fk_blur_view);
popupBlurView.setBlur(MainActivity.this, popupBlurView);
popupBlurView.setBlurBackground(MainActivity.this, popupBlurView);
final PopupWindow errorPopup = new PopupWindow(v,
getWindowManager().getDefaultDisplay().getWidth(),
Expand Down

0 comments on commit 5abac21

Please sign in to comment.