gayatriii0803

Results 9 issues of gayatriii0803

## Purpose / Description sentence casing ## Fixes * Fixes #16120 ## Checklist _Please, go through these checks before submitting the PR._ - [x] You have a descriptive commit message...

Needs Author Reply
Stale
Strings

## Purpose / Description In PermissionActivity, the permission item is not fully touchable, unlike in the settings. ## Approach setOnClickListener on root layout. ## How Has This Been Tested? https://github.com/ankidroid/Anki-Android/assets/119813120/b256bfce-0b05-4121-9ab6-d705c24b5514...

Needs Author Reply

### What happened? The timer displayed in the Jitsi Meet interface is getting cut off, making it difficult to read the full duration. ![Image](https://github.com/user-attachments/assets/98af2fa2-d051-4f58-8ed2-fa6cb1c3a1ed) ### Platform - [ ] Chrome...

stale

Fixes: #15956 Added marginBottom in existing style. ![solved](https://github.com/user-attachments/assets/77a3c459-b62c-4a56-adc3-745a4b384d4d)

### What happened? When the chat input is focused, the text field and send button become slightly hidden behind the keyboard, especially on Android. ![Image](https://github.com/user-attachments/assets/6bc310b6-142f-484a-9c8d-ec6cf7dfc9d0) ### Platform - [ ]...

Fixes: #15951 Displaying each messages its own time. ![WhatsApp Image 2025-04-22 at 16 56 27_8c381413](https://github.com/user-attachments/assets/3639f7b9-8288-4abe-9cff-39b7faf17c46)

### What happened? Unlike the web version where each message displays its own time, the Android chat screen currently only shows the latest message's time. ### Platform - [ ]...

## Purpose / Description Expand/collapse icon was not updating immediately after adding a subdeck ## Fixes * Fixes #18278 ## Approach Added oldItem.children.isEmpty() == newItem.children.isEmpty() to areContentsTheSame() in DiffUtil.ItemCallback to...

Needs Author Reply
Has Conflicts