WifiSettings überarbeitet, kleine fixes
[DHBWCampusApp.git] / app / src / main / java / de / dhbwloe / campusapp / fragments / Dashboard.java
index 574a4a786dee0f3d5feeeffa16742ad749113085..f7413c813a944c820f666780a745d5ce7c6160ca 100644 (file)
@@ -48,6 +48,8 @@ public class Dashboard extends CampusAppFragment {
         try {
             view = inflater.inflate(R.layout.fragment_dashboard, container, false);
         } catch (InflateException e) {
+            if(view == null)
+                return null;
         }
         AppContext.setTitle(AppContext.getResString(R.string.dashboard_title));