Big-Sweet
Big-Sweet
闪退太多了
  复现步骤:克隆下来之后,直接运行,然后点击切换黑夜模式就会出现第一图的闪退,我修复了之后,在点击就出现第二个闪退。 手机:huaweimate8 android版本:7.0
fix: DepthPageTransformer的if (position
notify问题
我的一个uuid服务中有俩个notifyCharacteristics uuid 我只想开启一个。但是当我通过enableNotifyByUuid打开一个后。在你的框架内部会再这个uuid写入成功之后,在下面代码中自动帮我开启另外一个notify ``` @Override public void onDescriptorWrite(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status) { if (gatt == null || gatt.getDevice() == null)return; UUID uuid = descriptor.getCharacteristic().getUuid(); BleLog.d(TAG, "write descriptor uuid:"...