-
-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Aftermath: Screenshot Tile does not display screenshot thumbnail previews, I just verified it (Legacy method, tested the Screenshot button from Android's Quick Menu. So I mixed up this issue with the hardware button method of taking screenshots, which uses Android’s built‑in screenshot tool that shows thumbnail previews.
Steps to reproduce
- Configuration
- Make sure that "Legacy Method" is enabled
- Subsequent actions:
- Enable "Crop"
- Set "Top px" to 100 px
- Set "Bottom px" to 100 px
- Add "Screenshot" to Android's Quick Menu
- Tap "Screenshot" from Android's Quick Menu
- I didn't do this when I submitted the issue, I tapped the hardware buttons by old habbit.
Current behavior
The Android screenshot preview does not display a thumbnail of the cropped image.
It instead shows the full‑screen capture.
Expected behavior
The Android screenshot preview should display a thumbnail of the cropped image based on the configured crop values.
Workaround
I guess that the possible workarounds are:
- Implement a Screenshot Tile screenshot preview that overrides Android's screenshot preview. But I have no idea if that is already taking place.
- To crop the image before Android’s screenshot preview occurs — although this may not be technically feasible.
Question
Is Android’s screenshot preview hard‑coded to display the full‑screen capture,
or could it be modified to show the cropped result from the Screenshot Tile when using the Legacy Method?