зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 50b1d3506786 (bug 1279332) for various Android robocop failures. r=backout
This commit is contained in:
Родитель
e7404c9b70
Коммит
7b6fdf9c59
|
@ -207,12 +207,7 @@ public class GeckoActionProvider {
|
||||||
|
|
||||||
// Inform the target listener to refresh it's UI, if needed.
|
// Inform the target listener to refresh it's UI, if needed.
|
||||||
if (mOnTargetListener != null) {
|
if (mOnTargetListener != null) {
|
||||||
ThreadUtils.postToUiThread(new Runnable() {
|
mOnTargetListener.onTargetSelected();
|
||||||
@Override
|
|
||||||
public void run() {
|
|
||||||
mOnTargetListener.onTargetSelected();
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче