diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-03-29 22:36:40 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-03-29 22:36:40 +0200 |
commit | 37c5a7c5224890e24363c991f48ac316aae6af14 (patch) | |
tree | e84735659ec07600f447aa35aaca2e6bf8e725d7 /src/main/java/de | |
parent | bcf0d929dda50a3c8c94e5d384840bedc51d4e63 (diff) |
Removed unnecessary import
Diffstat (limited to 'src/main/java/de')
-rw-r--r-- | src/main/java/de/thedevstack/conversationsplus/ui/TrustKeysActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/de/thedevstack/conversationsplus/ui/TrustKeysActivity.java b/src/main/java/de/thedevstack/conversationsplus/ui/TrustKeysActivity.java index 9ecf7f62..dfddbb78 100644 --- a/src/main/java/de/thedevstack/conversationsplus/ui/TrustKeysActivity.java +++ b/src/main/java/de/thedevstack/conversationsplus/ui/TrustKeysActivity.java @@ -23,7 +23,6 @@ import de.thedevstack.conversationsplus.R; import de.thedevstack.conversationsplus.crypto.axolotl.AxolotlService; import de.thedevstack.conversationsplus.crypto.axolotl.XmppAxolotlSession; import de.thedevstack.conversationsplus.entities.Account; -import de.thedevstack.conversationsplus.entities.Contact; import de.thedevstack.conversationsplus.entities.Conversation; import de.thedevstack.conversationsplus.utils.ui.TextViewUtil; import de.thedevstack.conversationsplus.xmpp.OnKeyStatusUpdated; |