Small improvements

This commit is contained in:
M66B
2018-12-04 11:40:15 +01:00
parent 9c4de134c9
commit e5ee83d544
4 changed files with 18 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ public class FragmentIdentity extends FragmentEx {
// Get arguments
Bundle args = getArguments();
id = (args == null ? -1 : args.getLong("id", -1));
id = args.getLong("id", -1);
}
@Override