Skip to content

Commit 24ad39c

Browse files
committed
chore: fix bounded drawable
1 parent 37369f8 commit 24ad39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/yoimerdr/android/virtualjoystick/MainActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ class MainActivity : AppCompatActivity() {
279279
this@MainActivity,
280280
R.drawable.baseline_adb_24,
281281
color,
282+
bounded
282283
)
283284
-2 -> DirectionalDrawableDrawer(
284285
listOf<Pair<Control.Direction, Int>>(

0 commit comments

Comments
 (0)