Assigned
Status Update
Comments
il...@google.com <il...@google.com>
yr...@google.com <yr...@google.com>
kr...@google.com <kr...@google.com> #2
Please include a sample project that reproduces your issue.
jo...@gmail.com <jo...@gmail.com> #3
Here is the sample project.
Steps to reproduce:
1. Press on "Search" icon;
2. Write something;
3. Search this text, keyboard will be dismissed;
4. Tap on "Dialog" button;
5. Dissmiss dialog;
With the new 1.5.0 fragment library version text will be cleared in the search box after dismissing dialog.
In the version 1.4.1 and lower text in the search is not clearing and this is correct behaviour.
Please suggest some workarounds or how to fix this issue?
Steps to reproduce:
1. Press on "Search" icon;
2. Write something;
3. Search this text, keyboard will be dismissed;
4. Tap on "Dialog" button;
5. Dissmiss dialog;
With the new 1.5.0 fragment library version text will be cleared in the search box after dismissing dialog.
In the version 1.4.1 and lower text in the search is not clearing and this is correct behaviour.
Please suggest some workarounds or how to fix this issue?
jo...@gmail.com <jo...@gmail.com>
kr...@google.com <kr...@google.com> #4
Hello, have you checked sample project? I hope it will help find the issue.
Description
Component used: AndroidX.Activity
Version used: 1.7.2
Devices/Android versions reproduced on: Samsung S21, Android 13
Our APP has a requirement to import a specific number of photos, if the photos count does not match the number, we simply do not let them go next.
Before Android 13, We requested permission and used a customized UI to achieve that.
Since PickMultipleVisualMedia was released, I have been trying to switch to it, but it only supports passing a
maxItems
parameter to limit the max number of select images, and after clicking theAdd
Button, the picker itself dismissed automatically.Suggestiones
minItems
parameter to limit the minimal number of select images.Add
button and the selected image count does not equal the minimal count, give the user a toast or other form of alert.