Crash Handler Klassen umbenannt
[DHBWCampusApp.git] / app / src / main / AndroidManifest.xml
index d8fce1d6f387453453fbf8389c7b42905bf55685..5bf23f0f748a03b248f7d0c4fd0e9a526ecbf743 100644 (file)
@@ -30,9 +30,8 @@
             </intent-filter>
         </activity>
         <activity
-            android:name=".CampusAppCrashHandler"
-            android:theme="@android:style/Theme.Dialog"
-            android:textAppearance="@android:style/TextAppearance.Large"
+            android:name=".CampusAppCrashActivity"
+            android:theme="@style/AppTheme"
             android:windowSoftInputMode="stateHidden">
             <intent-filter>
                 <action android:name="de.dhbw.campusapp.CRASH_LOG" />