зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1402594 - Fix regression where toolbar does not become visible when link is pressed r=jchen
MozReview-Commit-ID: B5ppPaQXo5e
This commit is contained in:
Родитель
811aaaffad
Коммит
997340b492
|
@ -677,6 +677,7 @@ public class BrowserApp extends GeckoApp
|
|||
});
|
||||
|
||||
mProgressView = (AnimatedProgressBar) findViewById(R.id.page_progress);
|
||||
mDynamicToolbar.setLayerView(mLayerView);
|
||||
mProgressView.setDynamicToolbar(mDynamicToolbar);
|
||||
mBrowserToolbar.setProgressBar(mProgressView);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче