testing thread-pausing in verifyText()
This commit is contained in:
@@ -414,10 +414,6 @@ public class BaseActivity extends Activity
|
||||
return mRunningThread;
|
||||
}
|
||||
|
||||
public Handler getHandler() {
|
||||
return mHandler;
|
||||
}
|
||||
|
||||
public void startThread() {
|
||||
mRunningThread = new PausableThread(this);
|
||||
mRunningThread.start();
|
||||
|
||||
Reference in New Issue
Block a user