nextcloud/android

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

开放

#9,855 创建于 2022年2月17日

 (3 条评论) (1 个反应) (0 位负责人)Java (1,719 个派生)batch import
approvedbugfeature: statusgood first issue

仓库指标

星标
 (3,752 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南