Tidied up code

This commit is contained in:
TwinProduction
2016-11-26 14:51:17 -05:00
committed by GitHub
parent e418d0132d
commit 67e61cdefa

View File

@@ -39,9 +39,5 @@ public class UIToastTask implements Runnable {
public void run() {
Toast.makeText(mCtx, mText, Toast.LENGTH_LONG).show();
}
}