mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 706848 - Remove unnecessary @Override instances from AwesomeBarTabs (r=mfinkle)
This commit is contained in:
parent
f46b9389d2
commit
9e3ddd3676
@ -163,7 +163,6 @@ public class AwesomeBarTabs extends TabHost {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean setViewValue(View view, Cursor cursor, int columnIndex) {
|
public boolean setViewValue(View view, Cursor cursor, int columnIndex) {
|
||||||
int faviconIndex = cursor.getColumnIndexOrThrow(Browser.BookmarkColumns.FAVICON);
|
int faviconIndex = cursor.getColumnIndexOrThrow(Browser.BookmarkColumns.FAVICON);
|
||||||
if (columnIndex == faviconIndex) {
|
if (columnIndex == faviconIndex) {
|
||||||
@ -442,7 +441,6 @@ public class AwesomeBarTabs extends TabHost {
|
|||||||
addHistoryTab();
|
addHistoryTab();
|
||||||
|
|
||||||
setOnTabChangedListener(new TabHost.OnTabChangeListener() {
|
setOnTabChangedListener(new TabHost.OnTabChangeListener() {
|
||||||
@Override
|
|
||||||
public void onTabChanged(String tabId) {
|
public void onTabChanged(String tabId) {
|
||||||
boolean hideSoftInput = true;
|
boolean hideSoftInput = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user