nextcloud/android

status dialog: not able to set only "icon" / only "clear at"

Open

#9.855 aberto em 17 de fev. de 2022

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)Java (1.719 forks)batch import
approvedbugfeature: statusgood first issue

Métricas do repositório

Stars
 (3.752 stars)
Métricas de merge de PR
 (Mesclagem média 8d 15h) (84 fundiu PRs em 30d)

Description

Steps to reproduce

  1. set only icon or only clear at without to enter status message
  2. click set staus

Expected behaviour

  • icon or clear at are set

Actual behaviour

  • icon or clear at not set

Environment data

Nextcloud app version: 3.19.0

solution

api seems to set single modification for icon or "clear at" only if status message is not empty (must be at least whitespace)

see android talk commit https://github.com/nextcloud/talk-android/pull/1668/commits/a89c5952fa2747c8877c7882a6106311257722bf

Guia do colaborador