X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FPendingDialog.java;fp=app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fdefinitions%2FPendingDialog.java;h=0000000000000000000000000000000000000000;hb=6ea3e4ebd779594b45ad8f51cc40761bb6d89030;hp=719e599c71020d749a3860f6a084d68b1b4e9c40;hpb=bda37dc9784e900cb64b87af3e221e11320d9d01;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/java/com/stoutner/privacybrowser/definitions/PendingDialog.java b/app/src/main/java/com/stoutner/privacybrowser/definitions/PendingDialog.java deleted file mode 100644 index 719e599c..00000000 --- a/app/src/main/java/com/stoutner/privacybrowser/definitions/PendingDialog.java +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright © 2021 Soren Stoutner . - * - * This file is part of Privacy Browser . - * - * Privacy Browser is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Privacy Browser is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . - */ - -package com.stoutner.privacybrowser.definitions; - -import androidx.fragment.app.DialogFragment; - -// Create a PendingDialogs object. -public class PendingDialog { - // Declare the class variables. - public final DialogFragment dialogFragment; - public final String tag; - - public PendingDialog(DialogFragment dialogFragment, String tag) { - // Populate the class variables. - this.dialogFragment = dialogFragment; - this.tag = tag; - } -} \ No newline at end of file