fix build error
This commit is contained in:
@ -249,5 +249,7 @@ public abstract class ToolBarActivity extends BaseActivity implements ToolbarCon
|
||||
return view -> onBackPressed();
|
||||
}
|
||||
|
||||
protected abstract boolean showDownloadMenu();
|
||||
protected boolean showDownloadMenu() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user