Allow transparent widgets

This commit is contained in:
M66B
2021-04-12 19:57:54 +02:00
parent 1ba2953308
commit 0107168095
6 changed files with 25 additions and 5 deletions

View File

@@ -112,6 +112,8 @@ public class ActivityWidgetSync extends ActivityBase {
}
});
btnColor.setColor(Color.TRANSPARENT);
setResult(RESULT_CANCELED, resultValue);
}
}