removed some unused code
This commit is contained in:
parent
0316924925
commit
7a19d6bcf7
2 changed files with 0 additions and 7 deletions
|
|
@ -44,12 +44,6 @@ abstract class BaseMainLayout {
|
||||||
*/
|
*/
|
||||||
@NonNull protected ArrayList<SoftKey> getKeys() { return keys; }
|
@NonNull protected ArrayList<SoftKey> getKeys() { return keys; }
|
||||||
|
|
||||||
/**
|
|
||||||
* getSeparators
|
|
||||||
* Returns a list of all the separators in the layout so that they can be themed properly.
|
|
||||||
*/
|
|
||||||
protected ArrayList<View> getSeparators() { return new ArrayList<>(); }
|
|
||||||
|
|
||||||
|
|
||||||
protected View getView() {
|
protected View getView() {
|
||||||
if (view == null) {
|
if (view == null) {
|
||||||
|
|
|
||||||
|
|
@ -96,7 +96,6 @@ class MainLayoutTray extends BaseMainLayout {
|
||||||
return keys;
|
return keys;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected ArrayList<View> getSeparators() {
|
protected ArrayList<View> getSeparators() {
|
||||||
return new ArrayList<>(Arrays.asList(
|
return new ArrayList<>(Arrays.asList(
|
||||||
view.findViewById(R.id.separator_top),
|
view.findViewById(R.id.separator_top),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue