fix some issues

This commit is contained in:
IndusAryan 2024-03-23 12:58:51 +05:30
parent c0982899ce
commit 67b3527dad
2 changed files with 3 additions and 3 deletions

View file

@ -153,8 +153,8 @@ class SettingsFragment : Fragment() {
it.keyIndex == DataStoreHelper.selectedKeyIndex
} ?: activity.let { DataStoreHelper.getDefaultAccount(activity) }
} catch (e: IllegalStateException) {
Log.e("AccountManager", "Activity not found", e)
} catch (t: IllegalStateException) {
Log.e("AccountManager", "Activity not found", t)
null
}

View file

@ -53,7 +53,7 @@
android:textColor="?attr/textColor"
android:textSize="18sp"
android:textStyle="normal"
tools:text="Indus Aryan" />
tools:text="Quick Brown Fox" />
</LinearLayout>
<TextView