appmonkey8010
appmonkey8010
Meanwhile you could add pod 'IHProgressHUD', :git => 'https://github.com/Swiftify-Corp/IHProgressHUD.git' to your podfile
I have done a workaround to fix this problem. Just update the form on value change: @Override public void onValueChanged(RowDescriptor rowDescriptor, Value oldValue, Value newValue) { row.setValue(newValue); mFormManager.updateRows(); }
I found a fix. I removed `listView.setDescendantFocusability(ViewGroup.FOCUS_AFTER_DESCENDANTS);` `in FormManager.java`
Same Issue here. Only the latest Version. Downgrade to phpmyadmin/phpmyadmin:5.2.0 and work now. Seems to be, that the variable "UPLOAD_LIMIT" are not set correctly somewhere
Yes. Tested it. phpmyadmin:5.2.0 work but not with phpmyadmin:5.2.1