feat(icons): migrate remaining incognito drawable; delete dead Nip17Indicator

- GenericCommentPostScreen + ShortNotePostScreen: replace the "post anonymously"
  indicator (R.drawable.incognito) with MaterialSymbols.NoAccounts (U+F03E) —
  standard Material Symbols glyph, semantically matches "no identity attached".
- ToggleNip17Button.kt: the Nip17Indicator composable it defined had no callers.
  Delete the whole file.
- Drop incognito.xml (no remaining consumers).

https://claude.ai/code/session_016gV9gEaSud6kDMdcaqy8ti
This commit is contained in:
Claude
2026-04-23 21:27:01 +00:00
parent 7235eaabb6
commit 0b06df3cad
5 changed files with 5 additions and 62 deletions
@@ -143,6 +143,7 @@ object MaterialSymbols {
val MoveToInbox = MaterialSymbol("\uE168")
val MusicNote = MaterialSymbol("\uE405")
val News = MaterialSymbol("\uE032")
val NoAccounts = MaterialSymbol("\uF03E")
val NoEncryption = MaterialSymbol("\uF03F")
val Notifications = MaterialSymbol("\uE7F5")
val Numbers = MaterialSymbol("\uEAC7")