mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 10:25:35 +03:00
Removing TODOs
This commit is contained in:
parent
73ac3f3fda
commit
cdb1a96664
1 changed files with 0 additions and 2 deletions
|
@ -554,7 +554,6 @@ class MessageActionsViewModel @AssistedInject constructor(@Assisted
|
|||
}
|
||||
}
|
||||
|
||||
// TODO need to add this check into media viewer?
|
||||
private fun canShare(msgType: String?): Boolean {
|
||||
return when (msgType) {
|
||||
MessageType.MSGTYPE_TEXT,
|
||||
|
@ -569,7 +568,6 @@ class MessageActionsViewModel @AssistedInject constructor(@Assisted
|
|||
}
|
||||
}
|
||||
|
||||
// TODO need to add this into Viewer screen to check if it is saveable? => create extension on MessageType or useCase?
|
||||
private fun canSave(msgType: String?): Boolean {
|
||||
return when (msgType) {
|
||||
MessageType.MSGTYPE_IMAGE,
|
||||
|
|
Loading…
Reference in a new issue