mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-31 07:11:05 -05:00
changed return type in loadViewAndGetChildController to support new ui base classes
This commit is contained in:
parent
b7c1fa58d7
commit
8089f40601
15 changed files with 34 additions and 20 deletions
|
|
@ -23,6 +23,9 @@ public class CodeBehind<T extends PresentationModel> implements Initializable {
|
|||
this.pm = pm;
|
||||
}
|
||||
|
||||
public CodeBehind() {
|
||||
}
|
||||
|
||||
public T pm() {
|
||||
return (T) pm;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue