We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce4958 commit e416c8cCopy full SHA for e416c8c
app/src/main/java/com/termux/window/FloatingBubbleManager.java
@@ -32,7 +32,7 @@ public class FloatingBubbleManager {
32
33
public FloatingBubbleManager(TermuxFloatView termuxFloatView) {
34
mTermuxFloatView = termuxFloatView;
35
- BUBBLE_SIZE_PX = ViewUtils.dpToPx(mTermuxFloatView.getContext(), DEFAULT_BUBBLE_SIZE_DP);
+ BUBBLE_SIZE_PX = (int) ViewUtils.dpToPx(mTermuxFloatView.getContext(), DEFAULT_BUBBLE_SIZE_DP);
36
}
37
38
public void toggleBubble() {
0 commit comments