mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
Remove unused imports
This commit is contained in:
parent
54dc388da4
commit
6f74c1cd15
1 changed files with 0 additions and 8 deletions
|
@ -14,14 +14,6 @@ import androidx.appcompat.widget.AppCompatEditText;
|
|||
import androidx.lifecycle.LiveData;
|
||||
import androidx.lifecycle.MutableLiveData;
|
||||
|
||||
import java.time.Instant;
|
||||
import java.time.LocalDateTime;
|
||||
import java.time.ZoneId;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
import java.time.format.FormatStyle;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import io.noties.markwon.Markwon;
|
||||
import io.noties.markwon.editor.MarkwonEditor;
|
||||
import io.noties.markwon.editor.handler.EmphasisEditHandler;
|
||||
|
|
Loading…
Reference in a new issue