Skip to content
This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Commit ea03356

Browse files
committed
No track image in debug test notifications
1 parent bc3936c commit ea03356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/debug/java/net/squanchy/support/debug/DebugActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class DebugActivity : AppCompatActivity() {
110110
"UI",
111111
Option(generateColor()),
112112
Option(generateColor()),
113-
Option("gs://droidcon-italy-2017.appspot.com/tracks/0.webp")
113+
Option.empty()
114114
)
115115

116116
private fun generateColor(): String {

0 commit comments

Comments
 (0)