Merge m-c to fig
This commit is contained in:
@@ -448,6 +448,7 @@ public class Tabs implements GeckoEventListener {
|
||||
// Default to white if no color is given
|
||||
tab.setBackgroundColor(Color.WHITE);
|
||||
}
|
||||
tab.setErrorType(message.optString("errorType"));
|
||||
notifyListeners(tab, Tabs.TabEvents.LOADED);
|
||||
} else if (event.equals("DOMTitleChanged")) {
|
||||
tab.updateTitle(message.getString("title"));
|
||||
|
||||
Reference in New Issue
Block a user