X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hornmich/skoda-qr-demo.git/blobdiff_plain/50cc2c5e8a28aeb1497959e38270abf4df4d1a62..1937e50accd8bdcc77272d1725d042d57ec01776:/QRScanner/mobile/src/main/java/cz/cvut/fel/dce/qrscanner/PreviewActivity.java diff --git a/QRScanner/mobile/src/main/java/cz/cvut/fel/dce/qrscanner/PreviewActivity.java b/QRScanner/mobile/src/main/java/cz/cvut/fel/dce/qrscanner/PreviewActivity.java index 077656f..6da1905 100644 --- a/QRScanner/mobile/src/main/java/cz/cvut/fel/dce/qrscanner/PreviewActivity.java +++ b/QRScanner/mobile/src/main/java/cz/cvut/fel/dce/qrscanner/PreviewActivity.java @@ -271,6 +271,7 @@ public class PreviewActivity extends ActionBarActivity implements ViewTreeObserv @Override protected void onPreExecute() { super.onPreExecute(); + System.gc(); Log.d(TAG, "Starting loading of the PDF page asynchronously."); mProgressContainer.setVisibility(View.VISIBLE); }