I simply want to blur the whole screen / whole activity (as when adding a typical menu on the left). I guess I should use `BlurKit.getInstance().fastBlur(activity_root_view , 5, 1f);` How to undo this when the menu goes away? Thanks.