Add ViewPrivateMessagesActivity. Rename getSharedPreferences to getDefaultSharedPreferences in BaseActivity.

This commit is contained in:
Alex Ning
2020-06-29 13:15:23 +08:00
parent d1fc84f9d0
commit 04f16d5664
44 changed files with 394 additions and 102 deletions

View File

@@ -2,7 +2,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/action_refresh_view_message_activity"
android:id="@+id/action_refresh_inbox_activity"
android:orderInCategory="1"
android:title="@string/action_refresh"
app:showAsAction="never" />