mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Fix codacy
This commit is contained in:
parent
dc1b04f3ed
commit
e79d18f439
2 changed files with 1 additions and 3 deletions
|
|
@ -98,7 +98,6 @@ public class NearbyActivity extends BaseActivity {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
|
|
@ -190,5 +189,4 @@ public class NearbyActivity extends BaseActivity {
|
|||
fragmentTransaction.replace(R.id.container, fragment);
|
||||
fragmentTransaction.commit();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue