Set up branch and mark file locations

-Set up the branch as directed in the Habitica Github

- Located and marked the line on which to add the code for the alert in future
This commit is contained in:
AshleyWoods 2021-02-10 17:07:30 -05:00
parent 9029a62f19
commit c5e9aa04da
3 changed files with 1 additions and 21 deletions

View file

@ -195,6 +195,7 @@ class InboxMessageListFragment : BaseMainFragment<FragmentInboxMessageListBindin
viewModel?.invalidateDataSource()
}, { error ->
RxErrorHandler.reportError(error)
//ADD POP UP CALL HERE
binding?.chatBarView?.message = chatText
})
KeyboardUtil.dismissKeyboard(getActivity())

View file

@ -1,18 +0,0 @@
# Habitica Server Port
# local instance
# PORT=3000
PORT=80
# Genymotion
# BASE_URL=http://10.0.3.2:3000
# Android Emulator
# see: http://developer.android.com/tools/help/emulator.html#networkaddresses
# BASE_URL=http://10.0.2.2:3000
# Production
BASE_URL=https://habitica.com
STAGING_KEY=
ANDROID_TESTING_UUID=
APPLE_AUTH_CLIENT_ID=

View file

@ -1,3 +0,0 @@
fabric_key=CHANGE_ME
facebook_app_id=CHANGE_ME
amplitude_app_id=CHANGE_ME