Skip to content

Commit

Permalink
Doesn't do a full screen update at startup in 360 and 602 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
blchinezu committed Apr 14, 2015
1 parent e06d584 commit 741c6ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cr3gui/src/cr3pocketbook.cpp
Expand Up @@ -3989,10 +3989,16 @@ int main_handler(int type, int par1, int par2)
).c_str(), 4000);
iv_unlink(PB_FRESH_UPDATE_MARKER);
}

#if defined(POCKETBOOK_PRO) && !defined(POCKETBOOK_PRO_602)

// Else full screen update
else {
FullUpdate();
}

#endif

// startStatusUpdateThread(5000);

// Try getting cover with the system function
Expand Down

0 comments on commit 741c6ce

Please sign in to comment.