Fix redundant toString() on a String object
This commit is contained in:
parent
ca60148431
commit
db7346ea53
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ public class OsmandApplication extends Application implements ClientContext {
|
|||
uiHandler.post(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
AccessibleToast.makeText(uiContext, b.toString(), Toast.LENGTH_LONG).show();
|
||||
AccessibleToast.makeText(uiContext, b, Toast.LENGTH_LONG).show();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue