I have this situation
. . . public void onClick(Widget sender) {
. . . . PreferencesWidget.this.callback.onSuccess(feed.getText());
. . . . hide();
}
How to remove this dots only
Note* there are spaces between dots
I have this situation
. . . public void onClick(Widget sender) {
. . . . PreferencesWidget.this.callback.onSuccess(feed.getText());
. . . . hide();
}
How to remove this dots only
Note* there are spaces between dots