DatabaseManager_For_Android icon indicating copy to clipboard operation
DatabaseManager_For_Android copied to clipboard

A minor change

Open kman261 opened this issue 10 years ago • 1 comments

Hi, I love this! Thank you!

One problem, if a table is empty, you cannot add a row or drop it. To fix this, look for if(c2!=null) (line 393). Move line 401 - 670 above the if statement on 393.

It worked for me.
Thanks again!

kman261 avatar Jan 23 '16 19:01 kman261

Thanks @kman261. Ran into this issue today, and your tip helped. I hope this gets folded into the mainline.

ngkabra avatar May 06 '16 04:05 ngkabra