Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 290f934d authored by Mark Harman's avatar Mark Harman
Browse files

Fix warning.

parent 424480fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3867,7 +3867,7 @@ public class MainActivity extends AppCompatActivity {

            /** Runs on UI thread, after background work is complete.
             */
            protected void onPostExecute(Bitmap thumbnail) {
            private void onPostExecute(Bitmap thumbnail) {
                if( MyDebug.LOG )
                    Log.d(TAG, "onPostExecute");
                if( update_gallery_future != null && update_gallery_future.isCancelled() ) {