Skip to content

Commit f646c09

Browse files
committed
Fixed build error with app
1 parent 43473cc commit f646c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/src/main/java/com/stealthcotper/networktools/MainActivity.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ public void onFinished(PingStats pingStats) {
152152
appendResultsText(String.format("Min/Avg/Max Time: %.2f/%.2f/%.2f ms",
153153
pingStats.getMinTimeTaken(), pingStats.getAverageTimeTaken(), pingStats.getMaxTimeTaken()));
154154
}
155+
156+
@Override
157+
public void onError(Exception e) {
158+
// TODO: STUB METHOD
159+
}
155160
});
156161

157162
}

0 commit comments

Comments
 (0)