X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fasynctasks%2FGetLogcat.java;h=8abd75acd0c30339e1cec3d3d3e00574ab8837e4;hp=4722dbfcbb80fadcf5b19cdb0ed236da7822f4c5;hb=d4f39c36beb5e6c3568a1e075274ad66defd8e8e;hpb=f825cc15f0383acce10bb16443e027edb869a11e diff --git a/app/src/main/java/com/stoutner/privacybrowser/asynctasks/GetLogcat.java b/app/src/main/java/com/stoutner/privacybrowser/asynctasks/GetLogcat.java index 4722dbfc..8abd75ac 100644 --- a/app/src/main/java/com/stoutner/privacybrowser/asynctasks/GetLogcat.java +++ b/app/src/main/java/com/stoutner/privacybrowser/asynctasks/GetLogcat.java @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Soren Stoutner . + * Copyright © 2020-2021 Soren Stoutner . * * This file is part of Privacy Browser . * @@ -37,7 +37,7 @@ import java.lang.ref.WeakReference; public class GetLogcat extends AsyncTask { // Define the class variables. private final WeakReference activityWeakReference; - private int scrollViewYPositionInt; + private final int scrollViewYPositionInt; // The public constructor. public GetLogcat(Activity activity, int scrollViewYPositionInt) {