Skip to content

Commit

Permalink
Add handler before addingContentView
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamal committed Aug 27, 2019
1 parent 73e551c commit bf0c2dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ protected void onPostExecute(Void aVoid) {

mBackgroundView.destroyDrawingCache();
mBackgroundView.setDrawingCacheEnabled(false);

removeBlurredView();
mHoldingActivity.getWindow().addContentView(
mBlurredBackgroundView,
mBlurredBackgroundLayoutParams
Expand Down

0 comments on commit bf0c2dc

Please sign in to comment.