mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-18 11:46:28 -04:00
style: spotlessApply PersonIconFactory KDoc wrapping
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -22,11 +22,11 @@ import androidx.core.graphics.createBitmap
|
||||
import androidx.core.graphics.drawable.IconCompat
|
||||
|
||||
/**
|
||||
* Renders a circular avatar with a single uppercase initial — used for [androidx.core.app.Person]
|
||||
* icons in MessagingStyle notifications and for conversation shortcut avatars.
|
||||
* Renders a circular avatar with a single uppercase initial — used for [androidx.core.app.Person] icons in
|
||||
* MessagingStyle notifications and for conversation shortcut avatars.
|
||||
*
|
||||
* Shared by [MeshServiceNotificationsImpl] and [ConversationShortcutManager] to keep the avatar
|
||||
* appearance consistent across the notification shade and the launcher / Android Auto.
|
||||
* Shared by [MeshServiceNotificationsImpl] and [ConversationShortcutManager] to keep the avatar appearance consistent
|
||||
* across the notification shade and the launcher / Android Auto.
|
||||
*/
|
||||
internal object PersonIconFactory {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user