updatenews error bugfix
This commit is contained in:
parent
d43c18bb76
commit
59fe1ea0df
16 changed files with 117 additions and 105 deletions
|
@ -39,7 +39,6 @@ Item {
|
|||
width: parent.width
|
||||
|
||||
Label{
|
||||
|
||||
y:0.5*root.fontFactor*osSettings.bigFontSize
|
||||
width:parent.width
|
||||
height: 1.5*osSettings.bigFontSize*root.fontFactor
|
||||
|
@ -47,11 +46,6 @@ Item {
|
|||
font.pointSize: osSettings.bigFontSize
|
||||
text: account.username
|
||||
}
|
||||
// Label{
|
||||
// text:login.hasOwnProperty("server")?"@"+login.server:""
|
||||
// font.pixelSize: 5*mm
|
||||
// width: parent.width
|
||||
// }
|
||||
|
||||
Label{
|
||||
y:2*root.fontFactor*osSettings.bigFontSize
|
||||
|
@ -64,6 +58,7 @@ Item {
|
|||
login=account;
|
||||
if(!wideScreen){leftDrawerAndroid.close()}
|
||||
// newstypeSignal("refresh")
|
||||
newsBusy.running=true;
|
||||
updatenews.setDatabase();
|
||||
updatenews.login();
|
||||
updatenews.startsync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue