jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
247 stars 82 forks source link

Update jForm.java #468

Closed neurocluster closed 2 years ago

neurocluster commented 2 years ago

Somebody has made the error when updating jForm.java file - the argument ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME has nothing to do with Filename, and the result is that function GetFileNameByUri does not work anymore. Restored back to original argument OpenableColumns.DISPLAY_NAME, now function GetFileNameByUri works as expected.