File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
kotlin/xyz/flipchat/app/auth Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 218
218
219
219
<meta-data
220
220
android : name =" com.google.firebase.messaging.default_notification_icon"
221
- android : resource =" @drawable/ic_launcher_foreground" />
221
+ android : resource =" @drawable/flipchat_logo" />
222
+
223
+ <meta-data
224
+ android : name =" com.google.firebase.messaging.default_notification_color"
225
+ android : value =" #FF362774" />
222
226
223
227
<meta-data
224
228
android : name =" com.bugsnag.android.API_KEY"
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ class AuthManager @Inject constructor(
45
45
private val betaFlags : Labs ,
46
46
private val notificationManager : NotificationManagerCompat ,
47
47
// private val balanceController: BalanceController,
48
- // private val notificationCollectionHistory: NotificationCollectionHistoryController,
49
48
// private val analytics: AnalyticsService,
50
49
// private val mixpanelAPI: MixpanelAPI
51
50
) : CoroutineScope by CoroutineScope(Dispatchers .IO ) {
You can’t perform that action at this time.
0 commit comments