NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

Close the toast #25

Closed duduzai closed 7 years ago

duduzai commented 7 years ago

sometime we get dfu disconnect toast when dfu update sucessful.But i could't find any Toast whole the project.so there are any way to close the toast?forgive me poor english.Thaks any suggests

philips77 commented 7 years ago

When DFU completes this method is called: https://github.com/NordicSemiconductor/Android-nRF-Toolbox/blob/master/app/src/main/java/no/nordicsemi/android/nrftoolbox/dfu/DfuActivity.java#L746

duduzai commented 7 years ago

thanks i found it.