opentelecoms-org / lumicall

SIP and ENUM dialer for Android with ZRTP/SRTP encryption, SIP over TLS, ICE/TURN for NAT, G.729 and many other features
http://www.lumicall.org
Other
144 stars 88 forks source link

The "answer" UI is fragile #25

Open csillag opened 9 years ago

csillag commented 9 years ago

In order to answer a call, I need to slide up the window on the screen. However, this process is somewhat fragile; if I don't pull it strongly enough, I loose it, and it "falls back" to the bottom.

What's worse, however, is that I can only try this once: if I fail to get it right the first time, subsequent attempts to slide the window up will do nothing, I can no longer move it.

The only way I found to get around this is to go back to the home screen, and then switch back to Lumicall again. If I do that, I can try to slide the window up again.

I would appreciate if you could fix this.