Indentation fixes
This commit is contained in:
parent
eb43c4a35d
commit
b5d5a05a1e
|
@ -19,10 +19,10 @@ public class OwnNotifications {
|
||||||
display_notification();
|
display_notification();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
if (has_new_devices(account.bare_jid)) {
|
if (has_new_devices(account.bare_jid)) {
|
||||||
display_notification();
|
display_notification();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool has_new_devices(Jid jid) {
|
public bool has_new_devices(Jid jid) {
|
||||||
|
|
Loading…
Reference in a new issue