Fix FAB layout error

This commit is contained in:
d8ahazard
2016-09-01 10:42:26 -05:00
parent 3a238e9d4b
commit aee3bd3a80
2 changed files with 26 additions and 3 deletions

View File

@ -70,6 +70,8 @@ public class ModulesFragment extends Fragment {
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(intent,FILE_SELECT_CODE);
}
});
}