diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-07-07 19:18:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 19:18:24 +0530 |
commit | 5d170249cdd0050349f40d3a5852a8ba996663bc (patch) | |
tree | b5c4b1654b8d44c7f0893b84cbc7072d0e35ad18 /app/src/free/java | |
parent | 035d3feaa4e81eadef69bb7799d3cedf7ff17d33 (diff) |
Major UI overhaul and the introduction of a new icon (#920)
Co-authored-by: Fabian Henneke <fabian@henneke.me>
Diffstat (limited to 'app/src/free/java')
-rw-r--r-- | app/src/free/java/com/zeapo/pwdstore/autofill/oreo/ui/AutofillSmsActivity.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/free/java/com/zeapo/pwdstore/autofill/oreo/ui/AutofillSmsActivity.kt b/app/src/free/java/com/zeapo/pwdstore/autofill/oreo/ui/AutofillSmsActivity.kt index f86e5d4c..0734af40 100644 --- a/app/src/free/java/com/zeapo/pwdstore/autofill/oreo/ui/AutofillSmsActivity.kt +++ b/app/src/free/java/com/zeapo/pwdstore/autofill/oreo/ui/AutofillSmsActivity.kt @@ -9,7 +9,6 @@ import android.content.IntentSender import android.os.Build import androidx.annotation.RequiresApi import androidx.appcompat.app.AppCompatActivity -import com.zeapo.pwdstore.autofill.oreo.FormOrigin @RequiresApi(Build.VERSION_CODES.O) @Suppress("UNUSED_PARAMETER") |