https://bugs.kde.org/show_bug.cgi?id=495526

Aleksey Gavrilov <hxk...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
                 CC|                            |hxk...@gmail.com
     Ever confirmed|0                           |1
           Platform|Other                       |Android
                 OS|Linux                       |All

--- Comment #9 from Aleksey Gavrilov <hxk...@gmail.com> ---
This appears to be due to commit 8cb9a180 [1] "Migrate SettingsFragment to
Kotlin"

The original java version aborted device name change if the string was empty:

> if (StringUtils.isBlank(name))

But in the kotlin version, the condition is reversed, device name change fails
if the string is *not* empty:

> if (!name.isNullOrBlank())

Indeed, 1.32.7 and 1.32.9 allow you to change device name to the empty string
(which predictably breaks app's functionality).

[1]
https://invent.kde.org/network/kdeconnect-android/-/commit/8cb9a1809de64c94a577678c7c982398f3ed69eb

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to