mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
Remove unnecessary package prefix
This commit is contained in:
parent
c3de808adc
commit
7117c06316
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ public class ContributionsListFragment extends Fragment {
|
||||||
private TextView waitingMessage;
|
private TextView waitingMessage;
|
||||||
private TextView emptyMessage;
|
private TextView emptyMessage;
|
||||||
|
|
||||||
private fr.free.nrw.commons.contributions.ContributionController controller;
|
private ContributionController controller;
|
||||||
private static final String TAG = "ContributionsList";
|
private static final String TAG = "ContributionsList";
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
@ -192,7 +192,7 @@ public class ContributionsListFragment extends Fragment {
|
||||||
@Override
|
@Override
|
||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
controller = new fr.free.nrw.commons.contributions.ContributionController(this);
|
controller = new ContributionController(this);
|
||||||
setHasOptionsMenu(true);
|
setHasOptionsMenu(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue