Fixed bugg where message was still marked as unread after returning from detail screen

+ bumped kotlin to version 1.1.60
This commit is contained in:
2017-11-21 20:12:31 +01:00
parent c7dbe660b9
commit 49d87c3c75
4 changed files with 7 additions and 5 deletions

View File

@ -19,8 +19,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:name="android.support.multidex.MultiDexApplication"
tools:replace="android:allowBackup">
android:name="android.support.multidex.MultiDexApplication">
<activity
android:name=".MainActivity"
android:label="@string/app_name">