gayatriii0803
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...
## 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...
### What happened? The timer displayed in the Jitsi Meet interface is getting cut off, making it difficult to read the full duration.  ### Platform - [ ] Chrome...
Fixes: #15956 Added marginBottom in existing style. 
### What happened? When the chat input is focused, the text field and send button become slightly hidden behind the keyboard, especially on Android.  ### Platform - [ ]...
Fixes: #15951 Displaying each messages its own time. 
### 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...