diff options
author | steckbrief <steckbrief@chefmail.de> | 2016-02-12 22:54:48 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2016-02-12 22:54:48 +0100 |
commit | f24130321e419a49d07439af539f9e5167a5debc (patch) | |
tree | 458df6c154139e70c2bd6bc08014cc43c05077d4 /src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java | |
parent | c1069873acc0c27a30b8757348031d12afa18c21 (diff) |
Imports organized
Diffstat (limited to 'src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java')
-rw-r--r-- | src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java b/src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java index 14872cb3..52891a91 100644 --- a/src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java +++ b/src/main/java/de/thedevstack/conversationsplus/ui/LogCatOutputActivity.java @@ -8,7 +8,6 @@ import android.widget.ListView; import de.thedevstack.android.logcat.adapters.LogCatArrayAdapter; import de.thedevstack.android.logcat.tasks.ReadLogCatAsyncTask; import de.thedevstack.android.logcat.ui.LogCatOutputCopyOnClickListener; - import eu.siacs.conversations.R; /** |