Skip to content

Commit

Permalink
removed toast
Browse files Browse the repository at this point in the history
  • Loading branch information
kkane098 committed Nov 30, 2019
1 parent 3ba9998 commit 9159f58
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class FenceBroadcastReceiver : BroadcastReceiver() {
override fun onReceive(context: Context, intent: Intent) {

Log.i(TAG, "Broadcast Received")

Toast.makeText(context, "Broadcast Received by Receiver", Toast.LENGTH_LONG).show()

val fenceState = FenceState.extract(intent)
val fenceKey = fenceState.fenceKey
val volumeMap = readVolumeMap(context, VOLUME_MAP_FILENAME)
Expand Down

0 comments on commit 9159f58

Please sign in to comment.