mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Address PR comments
Add more docs. Rename PhotoPickerPresenter to MediaPickerPresenter. Use a Character for the placeholder avatar rather than a string.
This commit is contained in:
@@ -19,6 +19,6 @@ import UIKit
|
||||
|
||||
enum AvatarViewState {
|
||||
case empty
|
||||
case placeholder(String, Int)
|
||||
case placeholder(Character, Int)
|
||||
case avatar(UIImage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user