remote icon indicating copy to clipboard operation
remote copied to clipboard

NullPointerException

Open dogi opened this issue 1 year ago • 0 comments

Exception java.lang.NullPointerException: class name is null
  at android.content.ComponentName.<init> (ComponentName.java:118)
  at android.app.Service.stopForeground (Service.java:854)
  at android.app.Service.stopForeground (Service.java:825)
  at io.treehouses.remote.network.BluetoothChatService.connectionLost (BluetoothChatService.kt:151)
  at io.treehouses.remote.network.BluetoothChatService.access$connectionLost (BluetoothChatService.kt:18)
  at io.treehouses.remote.network.BluetoothChatService$ConnectedThread.run (BluetoothChatService.kt:218)

dogi avatar Oct 07 '24 22:10 dogi