Improve logging around rate-limiting.

This commit is contained in:
Greyson Parrelli
2021-09-02 14:09:48 -04:00
parent 9f995d61f4
commit a940487611
2 changed files with 4 additions and 0 deletions

View File

@@ -48,6 +48,8 @@ public final class RecaptchaProofBottomSheetFragment extends BottomSheetDialogFr
@Override
public void show(@NonNull FragmentManager manager, @Nullable String tag) {
Log.i(TAG, "Showing reCAPTCHA proof bottom sheet.");
if (manager.findFragmentByTag(tag) == null) {
BottomSheetUtil.show(manager, tag, this);
} else {