Minification

Results 2 issues of Minification

I'm trying to make a BLE central using the BluetoothManager API with the TinyB-Transport. The peripheral in question runs on an Android smartphone. If the central (using your Bluetooth Manager...

Here's a "minimal" example of the problem. I pretty much copied your test and simply added a ListView with a custom renderer. Here is the main class: ``` import javafx.application.Application;...