mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Fix title & screen going off
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
ba9f840630
commit
d2f337cf1e
@ -403,4 +403,9 @@ public class CallsListController extends BaseController implements SearchView.On
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTitle() {
|
||||
return getResources().getString(R.string.nc_app_name);
|
||||
}
|
||||
}
|
||||
|
@ -480,4 +480,9 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTitle() {
|
||||
return getResources().getString(R.string.nc_app_name);
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -533,5 +533,4 @@ public class SettingsController extends BaseController {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -36,7 +36,8 @@
|
||||
android:layout_marginStart="@dimen/activity_horizontal_margin"
|
||||
android:indeterminate="true"
|
||||
android:indeterminateTint="@color/colorPrimary"
|
||||
android:indeterminateTintMode="src_in"/>
|
||||
android:indeterminateTintMode="src_in"
|
||||
android:keepScreenOn="true"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/progress_text"
|
||||
|
Loading…
Reference in New Issue
Block a user