aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-10 13:23:25 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-10 13:23:25 -0600
commit27b36802b876805ae30c322ecbadf7286d2239fb (patch)
tree4ef9f2d216cf585315b435b926e9082f35fbed40 /app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
parenteb45e67349cc3ebec45aaca7822f9d7881db7aeb (diff)
downloadwiimmfi-watcher-27b36802b876805ae30c322ecbadf7286d2239fb.tar
wiimmfi-watcher-27b36802b876805ae30c322ecbadf7286d2239fb.tar.gz
wiimmfi-watcher-27b36802b876805ae30c322ecbadf7286d2239fb.tar.bz2
final cleanup before first release
Diffstat (limited to 'app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java')
-rw-r--r--app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
index c74c8c5..8f9111c 100644
--- a/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
+++ b/app/src/main/java/me/brysonsteck/wiimmfiwatcher/AboutFragment.java
@@ -2,7 +2,6 @@ package me.brysonsteck.wiimmfiwatcher;
import android.annotation.SuppressLint;
import android.os.Bundle;
-import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.view.View;
import android.widget.TextView;