Merge branch 'stable-2.13' into stable-2.14
* stable-2.13: Do not show update bar when there are no new messages Change-Id: I580552817db4ae49ec6addd3ddef2b446644b715
This commit is contained in:
@@ -1538,6 +1538,10 @@ public class ChangeScreen extends Screen {
|
|||||||
nm = JsArray.createArray().cast();
|
nm = JsArray.createArray().cast();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (om.length() == nm.length()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (updateAvailable == null) {
|
if (updateAvailable == null) {
|
||||||
updateAvailable =
|
updateAvailable =
|
||||||
new UpdateAvailableBar() {
|
new UpdateAvailableBar() {
|
||||||
|
|||||||
Reference in New Issue
Block a user