We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7280d6 commit 3661f0eCopy full SHA for 3661f0e
app/src/main/java/com/aaxena/takenotes/Landing.java
@@ -51,7 +51,6 @@
51
import com.google.android.play.core.review.ReviewManager;
52
import com.google.android.play.core.review.ReviewManagerFactory;
53
import com.google.android.play.core.tasks.Task;
54
-import com.google.firebase.auth.FirebaseAuth;
55
import com.itextpdf.text.BadElementException;
56
import com.itextpdf.text.Chunk;
57
import com.itextpdf.text.Document;
@@ -81,7 +80,6 @@ public class Landing extends AppCompatActivity {
81
80
public ValueCallback<Uri[]> mUMA;
82
private AppUpdateManager mAppUpdateManager;
83
private static final int RC_APP_UPDATE = 11;
84
- FirebaseAuth mAuth;
85
private String hello;
86
87
@Override
0 commit comments