simple profile fix
This commit is contained in:
parent
ced974e96d
commit
38ee1402a4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public class SimpleProfilePlugin implements PluginBase, ProfileInterface {
|
|||
|
||||
@Override
|
||||
public String getFragmentClass() {
|
||||
return SimpleProfilePlugin.class.getName();
|
||||
return SimpleProfileFragment.class.getName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue