Skip to content

Commit 7d7b060

Browse files
committed
Fixing missing import statement.
1 parent 98f5013 commit 7d7b060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/donnfelker/android/bootstrap/authenticator/BootstrapAccountAuthenticator.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import android.content.Intent;
1818
import android.os.Bundle;
1919
import com.donnfelker.android.bootstrap.core.Constants;
20+
import com.donnfelker.android.bootstrap.util.Ln;
2021

2122
class BootstrapAccountAuthenticator extends AbstractAccountAuthenticator {
2223

0 commit comments

Comments
 (0)