aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHrX03 <dn.bianco03@gmail.com>2020-06-19 11:42:40 +0200
committerHrX03 <dn.bianco03@gmail.com>2020-06-19 11:47:51 +0200
commit111892a61c1a04b75fdf82089ea9b1a89d7bdf13 (patch)
tree7b3efc57f592eb12e96323b673de1d2b3e2c9839
parenta759994fa55410f98d9e97d6a176819a6a348b3f (diff)
plugins: Fix tiled panel crash on ring stream
Signed-off-by: HrX03 <dn.bianco03@gmail.com>
-rw-r--r--TiledPanel/src/co/potatoproject/plugin/volume/tiled/VolumeDialogImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/TiledPanel/src/co/potatoproject/plugin/volume/tiled/VolumeDialogImpl.java b/TiledPanel/src/co/potatoproject/plugin/volume/tiled/VolumeDialogImpl.java
index 1871dd6..d9f1e66 100644
--- a/TiledPanel/src/co/potatoproject/plugin/volume/tiled/VolumeDialogImpl.java
+++ b/TiledPanel/src/co/potatoproject/plugin/volume/tiled/VolumeDialogImpl.java
@@ -1455,7 +1455,7 @@ public class VolumeDialogImpl implements VolumeDialog {
}
} else {
if (D.BUG) Log.d(TAG, "recheckH " + row.stream);
- updateVolumeRowH(row, new StreamSwitchButton());
+ updateVolumeRowH(row, getActiveButton());
}
}