This commit is contained in:
phanhuuloi27
2022-07-11 11:49:34 +07:00
parent 7619aae76f
commit e2cb064742
@@ -157,6 +157,13 @@ public class ShowComment extends AppCompatActivity {
mSwipeRefreshLayout.setRefreshing(false);
}
@Override
protected void onResume() {
super.onResume();
if(adapter != null)
adapter.startListening();
}
@Override
public boolean onOptionsItemSelected(@NonNull MenuItem item) {
switch (item.getItemId()) {