Fix b
This commit is contained in:
parent
99ef274b6d
commit
cf48a99632
|
|
@ -16,6 +16,6 @@ public class Page {
|
|||
}
|
||||
|
||||
public String getPart() {
|
||||
return TextUtils.isEmpty(part) ? "" : part;
|
||||
return TextUtils.isEmpty(part) ? "" : part.replace("#", "");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
67e2e90e2b6f62a730bd3e2b10539203
|
||||
41c87635d7592069884a5dafa12acabe
|
||||
|
|
|
|||
Loading…
Reference in New Issue