Skip to content
Snippets Groups Projects

Feat/transactions

Merged Johanes Lee requested to merge feat/transactions into dev
Compare and
1 file
+ 2
0
Preferences
Compare changes
@@ -186,6 +186,8 @@ class MainActivity : AppCompatActivity(), ParentActivityService {
private fun addConnectionRequiredFragment(fragmentId: Int) {
this.connectionRequiredFragmentIds.add(fragmentId)
}
override fun getEmail(): String {
return PreferencesManager.getString(this, "email") ?: ""
}