wip: bumps debounce time

This commit is contained in:
eddyizm 2026-01-03 08:18:29 -08:00
parent 05785979e3
commit 99c31f4318
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -154,7 +154,7 @@ public class AlbumBottomSheetDialog extends BottomSheetDialogFragment implements
Log.e(TAG, "Error checking playback: " + e.getMessage());
}
view.postDelayed(() -> dismissBottomSheet(), 200);
}, 300);
}, 1200);
}
});
});