From 8615b0bb8061fa3709ef0e2ac0136ac5562b2869 Mon Sep 17 00:00:00 2001 From: ChronosX88 Date: Wed, 27 Feb 2019 17:37:32 +0400 Subject: [PATCH] Added ExtendedApplication class to Manifest --- .idea/misc.xml | 2 +- app/src/main/AndroidManifest.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 703e5d4..af0bbdd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index cea2d5c..9ffa30c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,8 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:name=".ExtendedApplication">