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:
+1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user