Skip to content

Commit

Permalink
Removing using of AppBase.getDefaultAreaLayout()
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Apr 29, 2021
1 parent 0ffea4e commit 112cd95
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main/java/org/luwrain/app/viewer/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,10 @@ class App extends AppBase<Strings>
this.arg = arg;
}

@Override protected boolean onAppInit()
@Override protected AreaLayout onAppInit()
{
if (arg != null && !arg.isEmpty())
load(arg);
return true;
}

@Override public AreaLayout getDefaultAreaLayout()
{
return null;
}

Expand Down

0 comments on commit 112cd95

Please sign in to comment.