Changes
Page history
Update erstellen
authored
Oct 16, 2018
by
Toni Beier
Show whitespace changes
Inline
Side-by-side
module/erstellen.md
View page @
c35c591a
...
...
@@ -44,14 +44,14 @@ public class LibraryModule extends AbstractAsistModule {
return
R
.
drawable
.
ic_module_mystuff
;
}
/**
* @return Create and returns the intitial Fragment for this module
*/
@Override
public
android
.
support
.
v4
.
app
.
Fragment
getInitialFragment
()
{
return
new
myStuffFragment
();
}
/**
* @return Create and returns the intitial Fragment for this module
*/
@Override
public
List
<
Class
<?
extends
AbstractDatabaseObject
>>
getDatabaseClasses
()
{
return
null
;
...
...
...
...